public static interface DisableTransitGatewayRouteTablePropagationResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisableTransitGatewayRouteTablePropagationResponse.Builder,DisableTransitGatewayRouteTablePropagationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisableTransitGatewayRouteTablePropagationResponse.Builder |
propagation(Consumer<TransitGatewayPropagation.Builder> propagation)
Information about route propagation.
|
DisableTransitGatewayRouteTablePropagationResponse.Builder |
propagation(TransitGatewayPropagation propagation)
Information about route propagation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDisableTransitGatewayRouteTablePropagationResponse.Builder propagation(TransitGatewayPropagation propagation)
Information about route propagation.
propagation - Information about route propagation.default DisableTransitGatewayRouteTablePropagationResponse.Builder propagation(Consumer<TransitGatewayPropagation.Builder> propagation)
Information about route propagation.
This is a convenience that creates an instance of theTransitGatewayPropagation.Builder avoiding the
need to create one manually via TransitGatewayPropagation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to propagation(TransitGatewayPropagation).propagation - a consumer that will call methods on TransitGatewayPropagation.Builderpropagation(TransitGatewayPropagation)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.