public static interface CreateWirelessGatewayRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateWirelessGatewayRequest.Builder,CreateWirelessGatewayRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWirelessGatewayRequest.Builder name(String name)
The name of the new resource.
name - The name of the new resource.CreateWirelessGatewayRequest.Builder description(String description)
The description of the new resource.
description - The description of the new resource.CreateWirelessGatewayRequest.Builder loRaWAN(LoRaWANGateway loRaWAN)
The gateway configuration information to use to create the wireless gateway.
loRaWAN - The gateway configuration information to use to create the wireless gateway.default CreateWirelessGatewayRequest.Builder loRaWAN(Consumer<LoRaWANGateway.Builder> 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 via LoRaWANGateway.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loRaWAN(LoRaWANGateway).
loRaWAN - a consumer that will call methods on LoRaWANGateway.BuilderloRaWAN(LoRaWANGateway)CreateWirelessGatewayRequest.Builder tags(Collection<Tag> tags)
The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a
resource.CreateWirelessGatewayRequest.Builder tags(Tag... tags)
The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a
resource.CreateWirelessGatewayRequest.Builder tags(Consumer<Tag.Builder>... 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 via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateWirelessGatewayRequest.Builder clientRequestToken(String clientRequestToken)
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
clientRequestToken - Each resource must have a unique client request token. If you try to create a new resource with the
same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs
will automatically generate a unique client request.CreateWirelessGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWirelessGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.