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 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) CreateGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.