Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateParameterGroupRequest.Builder,UpdateParameterGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateParameterGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateParameterGroupRequest.Builder,UpdateParameterGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateParameterGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateParameterGroupRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
parameterGroupName() |
The name of the parameter group.
|
List<ParameterNameValue> |
parameterNameValues() |
An array of name-value pairs for the parameters in the group.
|
static Class<? extends UpdateParameterGroupRequest.Builder> |
serializableBuilderClass() |
|
UpdateParameterGroupRequest.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.
public List<ParameterNameValue> parameterNameValues()
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
public UpdateParameterGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateParameterGroupRequest.Builder,UpdateParameterGroupRequest>
public static UpdateParameterGroupRequest.Builder builder()
public static Class<? extends UpdateParameterGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.