Interface DescribeCacheParametersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeCacheParametersResponse.Builder,
,DescribeCacheParametersResponse> ElastiCacheResponse.Builder
,SdkBuilder<DescribeCacheParametersResponse.Builder,
,DescribeCacheParametersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeCacheParametersResponse
-
Method Summary
Modifier and TypeMethodDescriptioncacheNodeTypeSpecificParameters
(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type.cacheNodeTypeSpecificParameters
(Consumer<CacheNodeTypeSpecificParameter.Builder>... cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type.cacheNodeTypeSpecificParameters
(CacheNodeTypeSpecificParameter... cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type.Provides an identifier to allow retrieval of paginated results.parameters
(Collection<Parameter> parameters) A list of Parameter instances.parameters
(Consumer<Parameter.Builder>... parameters) A list of Parameter instances.parameters
(Parameter... parameters) A list of Parameter instances.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
marker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker
- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
A list of Parameter instances.
- Parameters:
parameters
- A list of Parameter instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
A list of Parameter instances.
- Parameters:
parameters
- A list of Parameter instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
A list of Parameter instances.
This is a convenience method that creates an instance of theParameter.Builder
avoiding the need to create one manually viaParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparameters(List<Parameter>)
.- Parameters:
parameters
- a consumer that will call methods onParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cacheNodeTypeSpecificParameters
DescribeCacheParametersResponse.Builder cacheNodeTypeSpecificParameters(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
- Parameters:
cacheNodeTypeSpecificParameters
- A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheNodeTypeSpecificParameters
DescribeCacheParametersResponse.Builder cacheNodeTypeSpecificParameters(CacheNodeTypeSpecificParameter... cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
- Parameters:
cacheNodeTypeSpecificParameters
- A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheNodeTypeSpecificParameters
DescribeCacheParametersResponse.Builder cacheNodeTypeSpecificParameters(Consumer<CacheNodeTypeSpecificParameter.Builder>... cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
This is a convenience method that creates an instance of theCacheNodeTypeSpecificParameter.Builder
avoiding the need to create one manually viaCacheNodeTypeSpecificParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocacheNodeTypeSpecificParameters(List<CacheNodeTypeSpecificParameter>)
.- Parameters:
cacheNodeTypeSpecificParameters
- a consumer that will call methods onCacheNodeTypeSpecificParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-