public static interface EnableTransitGatewayRouteTablePropagationResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<EnableTransitGatewayRouteTablePropagationResponse.Builder,EnableTransitGatewayRouteTablePropagationResponse>
| Modifier and Type | Method and Description |
|---|---|
default EnableTransitGatewayRouteTablePropagationResponse.Builder |
propagation(Consumer<TransitGatewayPropagation.Builder> propagation)
Information about route propagation.
|
EnableTransitGatewayRouteTablePropagationResponse.Builder |
propagation(TransitGatewayPropagation propagation)
Information about route propagation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildEnableTransitGatewayRouteTablePropagationResponse.Builder propagation(TransitGatewayPropagation propagation)
Information about route propagation.
propagation - Information about route propagation.default EnableTransitGatewayRouteTablePropagationResponse.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.