Interface TransitGatewayRouteAttachment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayRouteAttachment.Builder,TransitGatewayRouteAttachment>,SdkBuilder<TransitGatewayRouteAttachment.Builder,TransitGatewayRouteAttachment>,SdkPojo
- Enclosing class:
- TransitGatewayRouteAttachment
@Mutable @NotThreadSafe public static interface TransitGatewayRouteAttachment.Builder extends SdkPojo, CopyableBuilder<TransitGatewayRouteAttachment.Builder,TransitGatewayRouteAttachment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitGatewayRouteAttachment.BuilderresourceId(String resourceId)The ID of the resource.TransitGatewayRouteAttachment.BuilderresourceType(String resourceType)The resource type.TransitGatewayRouteAttachment.BuilderresourceType(TransitGatewayAttachmentResourceType resourceType)The resource type.TransitGatewayRouteAttachment.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
-
resourceId
TransitGatewayRouteAttachment.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.
-
transitGatewayAttachmentId
TransitGatewayRouteAttachment.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.
-
resourceType
TransitGatewayRouteAttachment.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
TransitGatewayRouteAttachment.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
-
-