public static interface CreateGatewayRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateGatewayRequest.Builder,CreateGatewayRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGatewayRequest.Builder activationKey(String activationKey)
The activation key of the created gateway.
activationKey - The activation key of the created gateway.CreateGatewayRequest.Builder gatewayDisplayName(String gatewayDisplayName)
The display name of the created gateway.
gatewayDisplayName - The display name of the created gateway.CreateGatewayRequest.Builder gatewayType(String gatewayType)
The type of created gateway.
gatewayType - The type of created gateway.GatewayType,
GatewayTypeCreateGatewayRequest.Builder gatewayType(GatewayType gatewayType)
The type of created gateway.
gatewayType - The type of created gateway.GatewayType,
GatewayTypeCreateGatewayRequest.Builder tags(Collection<Tag> tags)
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
tags - A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.CreateGatewayRequest.Builder tags(Tag... tags)
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
tags - A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.CreateGatewayRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
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) CreateGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.