public static interface AwsEc2RouteTableDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2RouteTableDetails.Builder,AwsEc2RouteTableDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2RouteTableDetails.Builder |
associationSet(AssociationSetDetails... associationSet)
The associations between a route table and one or more subnets or a gateway.
|
AwsEc2RouteTableDetails.Builder |
associationSet(Collection<AssociationSetDetails> associationSet)
The associations between a route table and one or more subnets or a gateway.
|
AwsEc2RouteTableDetails.Builder |
associationSet(Consumer<AssociationSetDetails.Builder>... associationSet)
The associations between a route table and one or more subnets or a gateway.
|
AwsEc2RouteTableDetails.Builder |
ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the route table.
|
AwsEc2RouteTableDetails.Builder |
propagatingVgwSet(Collection<PropagatingVgwSetDetails> propagatingVgwSet)
Describes a virtual private gateway propagating route.
|
AwsEc2RouteTableDetails.Builder |
propagatingVgwSet(Consumer<PropagatingVgwSetDetails.Builder>... propagatingVgwSet)
Describes a virtual private gateway propagating route.
|
AwsEc2RouteTableDetails.Builder |
propagatingVgwSet(PropagatingVgwSetDetails... propagatingVgwSet)
Describes a virtual private gateway propagating route.
|
AwsEc2RouteTableDetails.Builder |
routeSet(Collection<RouteSetDetails> routeSet)
The routes in the route table.
|
AwsEc2RouteTableDetails.Builder |
routeSet(Consumer<RouteSetDetails.Builder>... routeSet)
The routes in the route table.
|
AwsEc2RouteTableDetails.Builder |
routeSet(RouteSetDetails... routeSet)
The routes in the route table.
|
AwsEc2RouteTableDetails.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
AwsEc2RouteTableDetails.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2RouteTableDetails.Builder associationSet(Collection<AssociationSetDetails> associationSet)
The associations between a route table and one or more subnets or a gateway.
associationSet - The associations between a route table and one or more subnets or a gateway.AwsEc2RouteTableDetails.Builder associationSet(AssociationSetDetails... associationSet)
The associations between a route table and one or more subnets or a gateway.
associationSet - The associations between a route table and one or more subnets or a gateway.AwsEc2RouteTableDetails.Builder associationSet(Consumer<AssociationSetDetails.Builder>... associationSet)
The associations between a route table and one or more subnets or a gateway.
This is a convenience method that creates an instance of theAssociationSetDetails.Builder avoiding the need to
create one manually via
AssociationSetDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #associationSet(List.
associationSet - a consumer that will call methods on
AssociationSetDetails.Builder#associationSet(java.util.Collection) AwsEc2RouteTableDetails.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the route table.
ownerId - The ID of the Amazon Web Services account that owns the route table.AwsEc2RouteTableDetails.Builder propagatingVgwSet(Collection<PropagatingVgwSetDetails> propagatingVgwSet)
Describes a virtual private gateway propagating route.
propagatingVgwSet - Describes a virtual private gateway propagating route.AwsEc2RouteTableDetails.Builder propagatingVgwSet(PropagatingVgwSetDetails... propagatingVgwSet)
Describes a virtual private gateway propagating route.
propagatingVgwSet - Describes a virtual private gateway propagating route.AwsEc2RouteTableDetails.Builder propagatingVgwSet(Consumer<PropagatingVgwSetDetails.Builder>... propagatingVgwSet)
Describes a virtual private gateway propagating route.
This is a convenience method that creates an instance of thePropagatingVgwSetDetails.Builder avoiding the need
to create one manually via
PropagatingVgwSetDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #propagatingVgwSet(List.
propagatingVgwSet - a consumer that will call methods on
PropagatingVgwSetDetails.Builder#propagatingVgwSet(java.util.Collection) AwsEc2RouteTableDetails.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.AwsEc2RouteTableDetails.Builder routeSet(Collection<RouteSetDetails> routeSet)
The routes in the route table.
routeSet - The routes in the route table.AwsEc2RouteTableDetails.Builder routeSet(RouteSetDetails... routeSet)
The routes in the route table.
routeSet - The routes in the route table.AwsEc2RouteTableDetails.Builder routeSet(Consumer<RouteSetDetails.Builder>... routeSet)
The routes in the route table.
This is a convenience method that creates an instance of theRouteSetDetails.Builder avoiding the need to create
one manually via RouteSetDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #routeSet(List.
routeSet - a consumer that will call methods on
RouteSetDetails.Builder#routeSet(java.util.Collection) AwsEc2RouteTableDetails.Builder vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
vpcId - The ID of the virtual private cloud (VPC).Copyright © 2023. All rights reserved.