public static interface CreateCoipPoolRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateCoipPoolRequest.Builder,CreateCoipPoolRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCoipPoolRequest.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CreateCoipPoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCoipPoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCoipPoolRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the CoIP address pool.
|
CreateCoipPoolRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the CoIP address pool.
|
CreateCoipPoolRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the CoIP address pool.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCoipPoolRequest.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.CreateCoipPoolRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the CoIP address pool.
tagSpecifications - The tags to assign to the CoIP address pool.CreateCoipPoolRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the CoIP address pool.
tagSpecifications - The tags to assign to the CoIP address pool.CreateCoipPoolRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the CoIP address pool.
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) CreateCoipPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCoipPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.