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