public static interface DescribeIpamScopesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIpamScopesResponse.Builder,DescribeIpamScopesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeIpamScopesResponse.Builder |
ipamScopes(Collection<IpamScope> ipamScopes)
The scopes you want information on.
|
DescribeIpamScopesResponse.Builder |
ipamScopes(Consumer<IpamScope.Builder>... ipamScopes)
The scopes you want information on.
|
DescribeIpamScopesResponse.Builder |
ipamScopes(IpamScope... ipamScopes)
The scopes you want information on.
|
DescribeIpamScopesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIpamScopesResponse.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.DescribeIpamScopesResponse.Builder ipamScopes(Collection<IpamScope> ipamScopes)
The scopes you want information on.
ipamScopes - The scopes you want information on.DescribeIpamScopesResponse.Builder ipamScopes(IpamScope... ipamScopes)
The scopes you want information on.
ipamScopes - The scopes you want information on.DescribeIpamScopesResponse.Builder ipamScopes(Consumer<IpamScope.Builder>... ipamScopes)
The scopes you want information on.
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 #ipamScopes(List) .ipamScopes - a consumer that will call methods on List.Builder #ipamScopes(List) Copyright © 2022. All rights reserved.