public static interface CreateGatewayGroupRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateGatewayGroupRequest.Builder,CreateGatewayGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayGroupRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
|
CreateGatewayGroupRequest.Builder |
description(String description)
The description of the gateway group.
|
CreateGatewayGroupRequest.Builder |
name(String name)
The name of the gateway group.
|
CreateGatewayGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGatewayGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGatewayGroupRequest.Builder |
tags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
CreateGatewayGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to be added to the specified resource.
|
CreateGatewayGroupRequest.Builder |
tags(Tag... tags)
The tags to be added to the specified resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGatewayGroupRequest.Builder name(String name)
The name of the gateway group.
name - The name of the gateway group.CreateGatewayGroupRequest.Builder description(String description)
The description of the gateway group.
description - The description of the gateway group.CreateGatewayGroupRequest.Builder clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for the request that ensures idempotency.CreateGatewayGroupRequest.Builder tags(Collection<Tag> tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.CreateGatewayGroupRequest.Builder tags(Tag... tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.CreateGatewayGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be added to the specified resource. Do not provide system tags.
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) CreateGatewayGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGatewayGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.