Interface TransitGatewayRouteTableAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayRouteTableAssociation.Builder,TransitGatewayRouteTableAssociation>,SdkBuilder<TransitGatewayRouteTableAssociation.Builder,TransitGatewayRouteTableAssociation>,SdkPojo
- Enclosing class:
- TransitGatewayRouteTableAssociation
@Mutable @NotThreadSafe public static interface TransitGatewayRouteTableAssociation.Builder extends SdkPojo, CopyableBuilder<TransitGatewayRouteTableAssociation.Builder,TransitGatewayRouteTableAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitGatewayRouteTableAssociation.BuilderresourceId(String resourceId)The ID of the resource.TransitGatewayRouteTableAssociation.BuilderresourceType(String resourceType)The resource type.TransitGatewayRouteTableAssociation.BuilderresourceType(TransitGatewayAttachmentResourceType resourceType)The resource type.TransitGatewayRouteTableAssociation.Builderstate(String state)The state of the association.TransitGatewayRouteTableAssociation.Builderstate(TransitGatewayAssociationState state)The state of the association.TransitGatewayRouteTableAssociation.BuildertransitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the attachment.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
transitGatewayAttachmentId
TransitGatewayRouteTableAssociation.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
- Parameters:
transitGatewayAttachmentId- The ID of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
TransitGatewayRouteTableAssociation.Builder resourceId(String resourceId)
The ID of the resource.
- Parameters:
resourceId- The ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
TransitGatewayRouteTableAssociation.Builder resourceType(String resourceType)
The resource type. Note that the
tgw-peeringresource type has been deprecated.- Parameters:
resourceType- The resource type. Note that thetgw-peeringresource type has been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAttachmentResourceType,TransitGatewayAttachmentResourceType
-
resourceType
TransitGatewayRouteTableAssociation.Builder resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type. Note that the
tgw-peeringresource type has been deprecated.- Parameters:
resourceType- The resource type. Note that thetgw-peeringresource type has been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAttachmentResourceType,TransitGatewayAttachmentResourceType
-
state
TransitGatewayRouteTableAssociation.Builder state(String state)
The state of the association.
- Parameters:
state- The state of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAssociationState,TransitGatewayAssociationState
-
state
TransitGatewayRouteTableAssociation.Builder state(TransitGatewayAssociationState state)
The state of the association.
- Parameters:
state- The state of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAssociationState,TransitGatewayAssociationState
-
-