public static interface ExportTransitGatewayRoutesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ExportTransitGatewayRoutesResponse.Builder,ExportTransitGatewayRoutesResponse>
Modifier and Type | Method and Description |
---|---|
ExportTransitGatewayRoutesResponse.Builder |
s3Location(String s3Location)
The URL of the exported file in Amazon S3.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExportTransitGatewayRoutesResponse.Builder s3Location(String s3Location)
The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.
s3Location
- The URL of the exported file in Amazon S3. For example,
s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.Copyright © 2020. All rights reserved.