Interface DescribeIpGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeIpGroupsRequest.Builder,DescribeIpGroupsRequest>,SdkBuilder<DescribeIpGroupsRequest.Builder,DescribeIpGroupsRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- DescribeIpGroupsRequest
public static interface DescribeIpGroupsRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeIpGroupsRequest.Builder,DescribeIpGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeIpGroupsRequest.BuildergroupIds(String... groupIds)The identifiers of one or more IP access control groups.DescribeIpGroupsRequest.BuildergroupIds(Collection<String> groupIds)The identifiers of one or more IP access control groups.DescribeIpGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return.DescribeIpGroupsRequest.BuildernextToken(String nextToken)If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.DescribeIpGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeIpGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
groupIds
DescribeIpGroupsRequest.Builder groupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
- Parameters:
groupIds- The identifiers of one or more IP access control groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupIds
DescribeIpGroupsRequest.Builder groupIds(String... groupIds)
The identifiers of one or more IP access control groups.
- Parameters:
groupIds- The identifiers of one or more IP access control groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeIpGroupsRequest.Builder nextToken(String nextToken)
If you received a
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Parameters:
nextToken- If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeIpGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return.
- Parameters:
maxResults- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeIpGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeIpGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-