public static interface AssociationSetDetails.Builder extends SdkPojo, CopyableBuilder<AssociationSetDetails.Builder,AssociationSetDetails>
| Modifier and Type | Method and Description |
|---|---|
AssociationSetDetails.Builder |
associationState(AssociationStateDetails associationState)
The state of the association between a route table and a subnet or gateway.
|
default AssociationSetDetails.Builder |
associationState(Consumer<AssociationStateDetails.Builder> associationState)
The state of the association between a route table and a subnet or gateway.
|
AssociationSetDetails.Builder |
gatewayId(String gatewayId)
The ID of the internet gateway or virtual private gateway.
|
AssociationSetDetails.Builder |
main(Boolean main)
Indicates whether this is the main route table.
|
AssociationSetDetails.Builder |
routeTableAssociationId(String routeTableAssociationId)
The ID of the association.
|
AssociationSetDetails.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
AssociationSetDetails.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociationSetDetails.Builder associationState(AssociationStateDetails associationState)
The state of the association between a route table and a subnet or gateway.
associationState - The state of the association between a route table and a subnet or gateway.default AssociationSetDetails.Builder associationState(Consumer<AssociationStateDetails.Builder> associationState)
The state of the association between a route table and a subnet or gateway.
This is a convenience method that creates an instance of theAssociationStateDetails.Builder avoiding
the need to create one manually via AssociationStateDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to associationState(AssociationStateDetails).
associationState - a consumer that will call methods on AssociationStateDetails.BuilderassociationState(AssociationStateDetails)AssociationSetDetails.Builder gatewayId(String gatewayId)
The ID of the internet gateway or virtual private gateway.
gatewayId - The ID of the internet gateway or virtual private gateway.AssociationSetDetails.Builder main(Boolean main)
Indicates whether this is the main route table.
main - Indicates whether this is the main route table.AssociationSetDetails.Builder routeTableAssociationId(String routeTableAssociationId)
The ID of the association.
routeTableAssociationId - The ID of the association.AssociationSetDetails.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.AssociationSetDetails.Builder subnetId(String subnetId)
The ID of the subnet. A subnet ID is not returned for an implicit association.
subnetId - The ID of the subnet. A subnet ID is not returned for an implicit association.Copyright © 2023. All rights reserved.