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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGatewayGroupRequest.BuilderclientRequestToken(String clientRequestToken)A unique, user-specified identifier for the request that ensures idempotency.CreateGatewayGroupRequest.Builderdescription(String description)The description of the gateway group.CreateGatewayGroupRequest.Buildername(String name)The name of the gateway group.CreateGatewayGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGatewayGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGatewayGroupRequest.Buildertags(Collection<Tag> tags)The tags to be added to the specified resource.CreateGatewayGroupRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags to be added to the specified resource.CreateGatewayGroupRequest.Buildertags(Tag... tags)The tags to be added to the specified resource.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
CreateGatewayGroupRequest.Builder name(String 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
CreateGatewayGroupRequest.Builder description(String 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
CreateGatewayGroupRequest.Builder clientRequestToken(String 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
CreateGatewayGroupRequest.Builder tags(Collection<Tag> 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
CreateGatewayGroupRequest.Builder tags(Tag... 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
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 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateGatewayGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateGatewayGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-