public static interface DescribeCacheSecurityGroupsRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DescribeCacheSecurityGroupsRequest.Builder,DescribeCacheSecurityGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeCacheSecurityGroupsRequest.Builder |
cacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to return details for.
|
DescribeCacheSecurityGroupsRequest.Builder |
marker(String marker)
An optional marker returned from a prior request.
|
DescribeCacheSecurityGroupsRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeCacheSecurityGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeCacheSecurityGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCacheSecurityGroupsRequest.Builder cacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to return details for.
cacheSecurityGroupName - The name of the cache security group to return details for.DescribeCacheSecurityGroupsRequest.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.
Default: 100
Constraints: minimum 20; maximum 100.
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.
Default: 100
Constraints: minimum 20; maximum 100.
DescribeCacheSecurityGroupsRequest.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.
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.DescribeCacheSecurityGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeCacheSecurityGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.