public static interface GetTransitGatewayRouteTableAttachmentResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayRouteTableAttachmentResponse.Builder,GetTransitGatewayRouteTableAttachmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetTransitGatewayRouteTableAttachmentResponse.Builder |
transitGatewayRouteTableAttachment(Consumer<TransitGatewayRouteTableAttachment.Builder> transitGatewayRouteTableAttachment)
Returns information about the transit gateway route table attachment.
|
GetTransitGatewayRouteTableAttachmentResponse.Builder |
transitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)
Returns information about the transit gateway route table attachment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTransitGatewayRouteTableAttachmentResponse.Builder transitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)
Returns information about the transit gateway route table attachment.
transitGatewayRouteTableAttachment - Returns information about the transit gateway route table attachment.default GetTransitGatewayRouteTableAttachmentResponse.Builder transitGatewayRouteTableAttachment(Consumer<TransitGatewayRouteTableAttachment.Builder> transitGatewayRouteTableAttachment)
Returns information about the transit gateway route table attachment.
This is a convenience method that creates an instance of theTransitGatewayRouteTableAttachment.Builder avoiding the need to create one manually via
TransitGatewayRouteTableAttachment.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
transitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment).
transitGatewayRouteTableAttachment - a consumer that will call methods on TransitGatewayRouteTableAttachment.BuildertransitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment)Copyright © 2022. All rights reserved.