Interface DescribeUserGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeUserGroupsRequest.Builder,DescribeUserGroupsRequest>
,ElastiCacheRequest.Builder
,SdkBuilder<DescribeUserGroupsRequest.Builder,DescribeUserGroupsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeUserGroupsRequest
public static interface DescribeUserGroupsRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserGroupsRequest.Builder,DescribeUserGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeUserGroupsRequest.Builder
marker(String marker)
An optional marker returned from a prior request.DescribeUserGroupsRequest.Builder
maxRecords(Integer maxRecords)
The maximum number of records to include in the response.DescribeUserGroupsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeUserGroupsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeUserGroupsRequest.Builder
userGroupId(String userGroupId)
The ID of the user group.-
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.services.elasticache.model.ElastiCacheRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
userGroupId
DescribeUserGroupsRequest.Builder userGroupId(String userGroupId)
The ID of the user group.
- Parameters:
userGroupId
- The ID of the user group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
DescribeUserGroupsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
- Parameters:
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeUserGroupsRequest.Builder marker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >
- Parameters:
marker
- An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeUserGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeUserGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-