Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ResetDBClusterParameterGroupRequest.Builder,ResetDBClusterParameterGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class ResetDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ResetDBClusterParameterGroupRequest.Builder,ResetDBClusterParameterGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ResetDBClusterParameterGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ResetDBClusterParameterGroupRequest.Builder |
builder() |
|
String |
dbClusterParameterGroupName() |
The name of the DB cluster parameter group to reset.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Parameter> |
parameters() |
A list of parameter names in the DB cluster parameter group to reset to the default values.
|
Boolean |
resetAllParameters() |
A value that is set to
true to reset all parameters in the DB cluster parameter group to their
default values, and false otherwise. |
static Class<? extends ResetDBClusterParameterGroupRequest.Builder> |
serializableBuilderClass() |
|
ResetDBClusterParameterGroupRequest.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 dbClusterParameterGroupName()
The name of the DB cluster parameter group to reset.
public Boolean resetAllParameters()
A value that is set to true
to reset all parameters in the DB cluster parameter group to their
default values, and false
otherwise. You cannot use this parameter if there is a list of parameter
names specified for the Parameters
parameter.
true
to reset all parameters in the DB cluster parameter group to
their default values, and false
otherwise. You cannot use this parameter if there is a list
of parameter names specified for the Parameters
parameter.public List<Parameter> parameters()
A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this
parameter if the ResetAllParameters
parameter is set to true
.
ResetAllParameters
parameter is set to true
.public ResetDBClusterParameterGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResetDBClusterParameterGroupRequest.Builder,ResetDBClusterParameterGroupRequest>
public static ResetDBClusterParameterGroupRequest.Builder builder()
public static Class<? extends ResetDBClusterParameterGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.