Interface TransitGatewayPolicyTableAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayPolicyTableAssociation.Builder,TransitGatewayPolicyTableAssociation>,SdkBuilder<TransitGatewayPolicyTableAssociation.Builder,TransitGatewayPolicyTableAssociation>,SdkPojo
- Enclosing class:
- TransitGatewayPolicyTableAssociation
public static interface TransitGatewayPolicyTableAssociation.Builder extends SdkPojo, CopyableBuilder<TransitGatewayPolicyTableAssociation.Builder,TransitGatewayPolicyTableAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitGatewayPolicyTableAssociation.BuilderresourceId(String resourceId)The resource ID of the transit gateway attachment.TransitGatewayPolicyTableAssociation.BuilderresourceType(String resourceType)The resource type for the transit gateway policy table association.TransitGatewayPolicyTableAssociation.BuilderresourceType(TransitGatewayAttachmentResourceType resourceType)The resource type for the transit gateway policy table association.TransitGatewayPolicyTableAssociation.Builderstate(String state)The state of the transit gateway policy table association.TransitGatewayPolicyTableAssociation.Builderstate(TransitGatewayAssociationState state)The state of the transit gateway policy table association.TransitGatewayPolicyTableAssociation.BuildertransitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the transit gateway attachment.TransitGatewayPolicyTableAssociation.BuildertransitGatewayPolicyTableId(String transitGatewayPolicyTableId)The ID of the transit gateway policy table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
transitGatewayPolicyTableId
TransitGatewayPolicyTableAssociation.Builder transitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table.
- Parameters:
transitGatewayPolicyTableId- The ID of the transit gateway policy table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayAttachmentId
TransitGatewayPolicyTableAssociation.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
- Parameters:
transitGatewayAttachmentId- The ID of the transit gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
TransitGatewayPolicyTableAssociation.Builder resourceId(String resourceId)
The resource ID of the transit gateway attachment.
- Parameters:
resourceId- The resource ID of the transit gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
TransitGatewayPolicyTableAssociation.Builder resourceType(String resourceType)
The resource type for the transit gateway policy table association.
- Parameters:
resourceType- The resource type for the transit gateway policy table association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAttachmentResourceType,TransitGatewayAttachmentResourceType
-
resourceType
TransitGatewayPolicyTableAssociation.Builder resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type for the transit gateway policy table association.
- Parameters:
resourceType- The resource type for the transit gateway policy table association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAttachmentResourceType,TransitGatewayAttachmentResourceType
-
state
TransitGatewayPolicyTableAssociation.Builder state(String state)
The state of the transit gateway policy table association.
- Parameters:
state- The state of the transit gateway policy table association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAssociationState,TransitGatewayAssociationState
-
state
TransitGatewayPolicyTableAssociation.Builder state(TransitGatewayAssociationState state)
The state of the transit gateway policy table association.
- Parameters:
state- The state of the transit gateway policy table association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAssociationState,TransitGatewayAssociationState
-
-