Interface UpdateWirelessGatewayTaskCreate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdateWirelessGatewayTaskCreate.Builder,,- UpdateWirelessGatewayTaskCreate> - SdkBuilder<UpdateWirelessGatewayTaskCreate.Builder,,- UpdateWirelessGatewayTaskCreate> - SdkPojo
- Enclosing class:
- UpdateWirelessGatewayTaskCreate
@Mutable
@NotThreadSafe
public static interface UpdateWirelessGatewayTaskCreate.Builder
extends SdkPojo, CopyableBuilder<UpdateWirelessGatewayTaskCreate.Builder,UpdateWirelessGatewayTaskCreate> 
- 
Method SummaryModifier and TypeMethodDescriptionThe properties that relate to the LoRaWAN wireless gateway.loRaWAN(LoRaWANUpdateGatewayTaskCreate loRaWAN) The properties that relate to the LoRaWAN wireless gateway.updateDataRole(String updateDataRole) The IAM role used to read data from the S3 bucket.updateDataSource(String updateDataSource) The link to the S3 bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
updateDataSourceThe link to the S3 bucket. - Parameters:
- updateDataSource- The link to the S3 bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updateDataRoleThe IAM role used to read data from the S3 bucket. - Parameters:
- updateDataRole- The IAM role used to read data from the S3 bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loRaWANThe properties that relate to the LoRaWAN wireless gateway. - Parameters:
- loRaWAN- The properties that relate to the LoRaWAN wireless gateway.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loRaWANdefault UpdateWirelessGatewayTaskCreate.Builder loRaWAN(Consumer<LoRaWANUpdateGatewayTaskCreate.Builder> loRaWAN) The properties that relate to the LoRaWAN wireless gateway. This is a convenience method that creates an instance of theLoRaWANUpdateGatewayTaskCreate.Builderavoiding the need to create one manually viaLoRaWANUpdateGatewayTaskCreate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANUpdateGatewayTaskCreate).- Parameters:
- loRaWAN- a consumer that will call methods on- LoRaWANUpdateGatewayTaskCreate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-