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 method that creates an instance of theCarrierGateway.Builder avoiding the need to create one
manually via CarrierGateway.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #carrierGateways(List.
carrierGateways - a consumer that will call methods on
CarrierGateway.Builder#carrierGateways(java.util.Collection) 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 © 2023. All rights reserved.