CopyableBuilder<DescribeEgressOnlyInternetGatewaysRequest.Builder,DescribeEgressOnlyInternetGatewaysRequest>
, SdkBuilder<DescribeEgressOnlyInternetGatewaysRequest.Builder,DescribeEgressOnlyInternetGatewaysRequest>
public static interface DescribeEgressOnlyInternetGatewaysRequest.Builder extends CopyableBuilder<DescribeEgressOnlyInternetGatewaysRequest.Builder,DescribeEgressOnlyInternetGatewaysRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeEgressOnlyInternetGatewaysRequest.Builder |
egressOnlyInternetGatewayIds(String... egressOnlyInternetGatewayIds) |
One or more egress-only Internet gateway IDs.
|
DescribeEgressOnlyInternetGatewaysRequest.Builder |
egressOnlyInternetGatewayIds(Collection<String> egressOnlyInternetGatewayIds) |
One or more egress-only Internet gateway IDs.
|
DescribeEgressOnlyInternetGatewaysRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return for the request in a single page.
|
DescribeEgressOnlyInternetGatewaysRequest.Builder |
nextToken(String nextToken) |
The token to retrieve the next page of results.
|
copy
apply, build
DescribeEgressOnlyInternetGatewaysRequest.Builder egressOnlyInternetGatewayIds(Collection<String> egressOnlyInternetGatewayIds)
One or more egress-only Internet gateway IDs.
egressOnlyInternetGatewayIds
- One or more egress-only Internet gateway IDs.DescribeEgressOnlyInternetGatewaysRequest.Builder egressOnlyInternetGatewayIds(String... egressOnlyInternetGatewayIds)
One or more egress-only Internet gateway IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setEgressOnlyInternetGatewayIds(java.util.Collection)
or
#withEgressOnlyInternetGatewayIds(java.util.Collection)
if you want to override the existing values.
egressOnlyInternetGatewayIds
- One or more egress-only Internet gateway IDs.DescribeEgressOnlyInternetGatewaysRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results can be seen
by sending another request with the returned NextToken
value. This value can be between 5 and
1000; if MaxResults
is given a value larger than 1000, only 1000 results are returned.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results can be
seen by sending another request with the returned NextToken
value. This value can be
between 5 and 1000; if MaxResults
is given a value larger than 1000, only 1000 results
are returned.DescribeEgressOnlyInternetGatewaysRequest.Builder nextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.