public static interface CreateTransitGatewayRouteTableAttachmentResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRouteTableAttachmentResponse.Builder,CreateTransitGatewayRouteTableAttachmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateTransitGatewayRouteTableAttachmentResponse.Builder |
transitGatewayRouteTableAttachment(Consumer<TransitGatewayRouteTableAttachment.Builder> transitGatewayRouteTableAttachment)
The route table associated with the create transit gateway route table attachment request.
|
CreateTransitGatewayRouteTableAttachmentResponse.Builder |
transitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)
The route table associated with the create transit gateway route table attachment request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTransitGatewayRouteTableAttachmentResponse.Builder transitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)
The route table associated with the create transit gateway route table attachment request.
transitGatewayRouteTableAttachment - The route table associated with the create transit gateway route table attachment request.default CreateTransitGatewayRouteTableAttachmentResponse.Builder transitGatewayRouteTableAttachment(Consumer<TransitGatewayRouteTableAttachment.Builder> transitGatewayRouteTableAttachment)
The route table associated with the create transit gateway route table attachment request.
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.