public static interface TransitGatewayRouteAttachment.Builder extends SdkPojo, CopyableBuilder<TransitGatewayRouteAttachment.Builder,TransitGatewayRouteAttachment>
Modifier and Type | Method and Description |
---|---|
TransitGatewayRouteAttachment.Builder |
resourceId(String resourceId)
The ID of the resource.
|
TransitGatewayRouteAttachment.Builder |
resourceType(String resourceType)
The resource type.
|
TransitGatewayRouteAttachment.Builder |
resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
|
TransitGatewayRouteAttachment.Builder |
transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
copy
applyMutation, build
TransitGatewayRouteAttachment.Builder resourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.TransitGatewayRouteAttachment.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId
- The ID of the attachment.TransitGatewayRouteAttachment.Builder resourceType(String resourceType)
The resource type.
resourceType
- The resource type.TransitGatewayAttachmentResourceType
,
TransitGatewayAttachmentResourceType
TransitGatewayRouteAttachment.Builder resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
resourceType
- The resource type.TransitGatewayAttachmentResourceType
,
TransitGatewayAttachmentResourceType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.