public static interface CreateInternetGatewayRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateInternetGatewayRequest.Builder,CreateInternetGatewayRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateInternetGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateInternetGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateInternetGatewayRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the internet gateway.
|
CreateInternetGatewayRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the internet gateway.
|
CreateInternetGatewayRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the internet gateway.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateInternetGatewayRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the internet gateway.
tagSpecifications - The tags to assign to the internet gateway.CreateInternetGatewayRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the internet gateway.
tagSpecifications - The tags to assign to the internet gateway.CreateInternetGatewayRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the internet 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) CreateInternetGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateInternetGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.