public static interface DescribeCarrierGatewaysResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeCarrierGatewaysResponse.Builder,DescribeCarrierGatewaysResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCarrierGatewaysResponse.Builder |
carrierGateways(CarrierGateway... carrierGateways)
Information about the carrier gateway.
|
DescribeCarrierGatewaysResponse.Builder |
carrierGateways(Collection<CarrierGateway> carrierGateways)
Information about the carrier gateway.
|
DescribeCarrierGatewaysResponse.Builder |
carrierGateways(Consumer<CarrierGateway.Builder>... carrierGateways)
Information about the carrier gateway.
|
DescribeCarrierGatewaysResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCarrierGatewaysResponse.Builder carrierGateways(Collection<CarrierGateway> carrierGateways)
Information about the carrier gateway.
carrierGateways - Information about the carrier gateway.DescribeCarrierGatewaysResponse.Builder carrierGateways(CarrierGateway... carrierGateways)
Information about the carrier gateway.
carrierGateways - Information about the carrier gateway.DescribeCarrierGatewaysResponse.Builder carrierGateways(Consumer<CarrierGateway.Builder>... carrierGateways)
Information about the carrier gateway.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #carrierGateways(List) .carrierGateways - a consumer that will call methods on List.Builder #carrierGateways(List) DescribeCarrierGatewaysResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2020. All rights reserved.