Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyCacheParameterGroupRequest.Builder,ModifyCacheParameterGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyCacheParameterGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyCacheParameterGroupRequest.Builder,ModifyCacheParameterGroupRequest>
Represents the input of a ModifyCacheParameterGroup
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyCacheParameterGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyCacheParameterGroupRequest.Builder |
builder() |
|
String |
cacheParameterGroupName() |
The name of the cache parameter group to modify.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<ParameterNameValue> |
parameterNameValues() |
An array of parameter names and values for the parameter update.
|
static Class<? extends ModifyCacheParameterGroupRequest.Builder> |
serializableBuilderClass() |
|
ModifyCacheParameterGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String cacheParameterGroupName()
The name of the cache parameter group to modify.
public List<ParameterNameValue> parameterNameValues()
An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.
public ModifyCacheParameterGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyCacheParameterGroupRequest.Builder,ModifyCacheParameterGroupRequest>
public static ModifyCacheParameterGroupRequest.Builder builder()
public static Class<? extends ModifyCacheParameterGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.