public static interface CreateCarrierGatewayRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateCarrierGatewayRequest.Builder,CreateCarrierGatewayRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCarrierGatewayRequest.Builder vpcId(String vpcId)
The ID of the VPC to associate with the carrier gateway.
vpcId - The ID of the VPC to associate with the carrier gateway.CreateCarrierGatewayRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to associate with the carrier gateway.
tagSpecifications - The tags to associate with the carrier gateway.CreateCarrierGatewayRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to associate with the carrier gateway.
tagSpecifications - The tags to associate with the carrier gateway.CreateCarrierGatewayRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to associate with the carrier gateway.
This is a convenience method that creates an instance of theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) CreateCarrierGatewayRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.CreateCarrierGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCarrierGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.