Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyClusterParameterGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyClusterParameterGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyClusterParameterGroupRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
parameterGroupName() |
The name of the parameter group to be modified.
|
List<Parameter> |
parameters() |
An array of parameters to be modified.
|
static Class<? extends ModifyClusterParameterGroupRequest.Builder> |
serializableBuilderClass() |
|
ModifyClusterParameterGroupRequest.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 parameterGroupName()
The name of the parameter group to be modified.
public List<Parameter> parameters()
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
public ModifyClusterParameterGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>
public static ModifyClusterParameterGroupRequest.Builder builder()
public static Class<? extends ModifyClusterParameterGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.