Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyDBParameterGroupRequest.Builder,ModifyDBParameterGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyDBParameterGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyDBParameterGroupRequest.Builder,ModifyDBParameterGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyDBParameterGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyDBParameterGroupRequest.Builder |
builder() |
|
String |
dbParameterGroupName() |
The name of the DB parameter group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Parameter> |
parameters() |
An array of parameter names, values, and the apply method for the parameter update.
|
static Class<? extends ModifyDBParameterGroupRequest.Builder> |
serializableBuilderClass() |
|
ModifyDBParameterGroupRequest.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 dbParameterGroupName()
The name of the DB parameter group.
Constraints:
Must be the name of an existing DB parameter group
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Constraints:
Must be the name of an existing DB parameter group
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
public List<Parameter> parameters()
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.
public ModifyDBParameterGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyDBParameterGroupRequest.Builder,ModifyDBParameterGroupRequest>
public static ModifyDBParameterGroupRequest.Builder builder()
public static Class<? extends ModifyDBParameterGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.