public static interface CreateWirelessGatewayTaskDefinitionRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateWirelessGatewayTaskDefinitionRequest.Builder,CreateWirelessGatewayTaskDefinitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWirelessGatewayTaskDefinitionRequest.Builder autoCreateTasks(Boolean autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current
version. If false, the task must me created by calling CreateWirelessGatewayTask.
autoCreateTasks - Whether to automatically create tasks using this task definition for all gateways with the specified
current version. If false, the task must me created by calling
CreateWirelessGatewayTask.CreateWirelessGatewayTaskDefinitionRequest.Builder name(String name)
The name of the new resource.
name - The name of the new resource.CreateWirelessGatewayTaskDefinitionRequest.Builder update(UpdateWirelessGatewayTaskCreate update)
Information about the gateways to update.
update - Information about the gateways to update.default CreateWirelessGatewayTaskDefinitionRequest.Builder update(Consumer<UpdateWirelessGatewayTaskCreate.Builder> update)
Information about the gateways to update.
This is a convenience that creates an instance of theUpdateWirelessGatewayTaskCreate.Builder
avoiding the need to create one manually via UpdateWirelessGatewayTaskCreate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to update(UpdateWirelessGatewayTaskCreate).update - a consumer that will call methods on UpdateWirelessGatewayTaskCreate.Builderupdate(UpdateWirelessGatewayTaskCreate)CreateWirelessGatewayTaskDefinitionRequest.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.CreateWirelessGatewayTaskDefinitionRequest.Builder tags(Collection<Tag> tags)
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.CreateWirelessGatewayTaskDefinitionRequest.Builder tags(Tag... tags)
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.CreateWirelessGatewayTaskDefinitionRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateWirelessGatewayTaskDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWirelessGatewayTaskDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.