public static interface DescribeIpGroupsRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeIpGroupsRequest.Builder,DescribeIpGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeIpGroupsRequest.Builder |
groupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
|
DescribeIpGroupsRequest.Builder |
groupIds(String... groupIds)
The identifiers of one or more IP access control groups.
|
DescribeIpGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return.
|
DescribeIpGroupsRequest.Builder |
nextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to
receive the next set of results. |
DescribeIpGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeIpGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeIpGroupsRequest.Builder groupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
groupIds - The identifiers of one or more IP access control groups.DescribeIpGroupsRequest.Builder groupIds(String... groupIds)
The identifiers of one or more IP access control groups.
groupIds - The identifiers of one or more IP access control groups.DescribeIpGroupsRequest.Builder nextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token
to receive the next set of results.DescribeIpGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return.
maxResults - The maximum number of items to return.DescribeIpGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeIpGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.