Interface CreateGatewayGroupRequest.Builder
- All Superinterfaces:
 AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateGatewayGroupRequest.Builder,,CreateGatewayGroupRequest> SdkBuilder<CreateGatewayGroupRequest.Builder,,CreateGatewayGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateGatewayGroupRequest
public static interface CreateGatewayGroupRequest.Builder
extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateGatewayGroupRequest.Builder,CreateGatewayGroupRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) A unique, user-specified identifier for the request that ensures idempotency.description(String description) The description of the gateway group.The name of the gateway group.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 be added to the specified resource.tags(Consumer<Tag.Builder>... tags) The tags to be added to the specified resource.The tags to be added to the specified resource.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The name of the gateway group.
- Parameters:
 name- The name of the gateway group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description of the gateway group.
- Parameters:
 description- The description of the gateway group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clientRequestToken
A unique, user-specified identifier for the request that ensures idempotency.
- Parameters:
 clientRequestToken- A unique, user-specified identifier for the request that ensures idempotency.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags to be added to the specified resource. Do not provide system tags.
- Parameters:
 tags- The tags to be added to the specified resource. Do not provide system tags.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags to be added to the specified resource. Do not provide system tags.
- Parameters:
 tags- The tags to be added to the specified resource. Do not provide system tags.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags to be added to the specified resource. Do not provide system tags.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,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:
 
 - 
overrideConfiguration
CreateGatewayGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateGatewayGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -