public static interface DescribeIpGroupsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeIpGroupsResponse.Builder,DescribeIpGroupsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeIpGroupsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
DescribeIpGroupsResponse.Builder |
result(Collection<WorkspacesIpGroup> result)
Information about the IP access control groups.
|
DescribeIpGroupsResponse.Builder |
result(Consumer<WorkspacesIpGroup.Builder>... result)
Information about the IP access control groups.
|
DescribeIpGroupsResponse.Builder |
result(WorkspacesIpGroup... result)
Information about the IP access control groups.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeIpGroupsResponse.Builder result(Collection<WorkspacesIpGroup> result)
Information about the IP access control groups.
result
- Information about the IP access control groups.DescribeIpGroupsResponse.Builder result(WorkspacesIpGroup... result)
Information about the IP access control groups.
result
- Information about the IP access control groups.DescribeIpGroupsResponse.Builder result(Consumer<WorkspacesIpGroup.Builder>... result)
Information about the IP access control groups.
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 #result(List)
.result
- a consumer that will call methods on List.Builder
#result(List)
DescribeIpGroupsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.