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