Interface CreateWirelessGatewayRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateWirelessGatewayRequest.Builder,
,CreateWirelessGatewayRequest> IotWirelessRequest.Builder
,SdkBuilder<CreateWirelessGatewayRequest.Builder,
,CreateWirelessGatewayRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateWirelessGatewayRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken
(String clientRequestToken) Each resource must have a unique client request token.description
(String description) The description of the new resource.loRaWAN
(Consumer<LoRaWANGateway.Builder> loRaWAN) The gateway configuration information to use to create the wireless gateway.loRaWAN
(LoRaWANGateway loRaWAN) The gateway configuration information to use to create the wireless gateway.The name of the new resource.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) The tags to attach to the new wireless gateway.tags
(Consumer<Tag.Builder>... tags) The tags to attach to the new wireless gateway.The tags to attach to the new wireless gateway.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the new resource.
The following special characters aren't accepted:
<>^#~$
- Parameters:
name
- The name of the new resource.The following special characters aren't accepted:
<>^#~$
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the new resource.
- Parameters:
description
- The description of the new resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
The gateway configuration information to use to create the wireless gateway.
- Parameters:
loRaWAN
- The gateway configuration information to use to create the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
The gateway configuration information to use to create the wireless gateway.
This is a convenience method that creates an instance of theLoRaWANGateway.Builder
avoiding the need to create one manually viaLoRaWANGateway.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toloRaWAN(LoRaWANGateway)
.- Parameters:
loRaWAN
- a consumer that will call methods onLoRaWANGateway.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.
- Parameters:
tags
- The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.
- Parameters:
tags
- The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientRequestToken
Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
- Parameters:
clientRequestToken
- Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateWirelessGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateWirelessGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-