Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutParameterRequest.Builder,PutParameterRequest>
@Generated("software.amazon.awssdk:codegen") public class PutParameterRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutParameterRequest.Builder,PutParameterRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutParameterRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
allowedPattern() |
A regular expression used to validate the parameter value.
|
static PutParameterRequest.Builder |
builder() |
|
String |
description() |
Information about the parameter that you want to add to the system
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
keyId() |
The KMS Key ID that you want to use to encrypt a parameter when you choose the SecureString data type.
|
String |
name() |
The name of the parameter that you want to add to the system.
|
Boolean |
overwrite() |
Overwrite an existing parameter.
|
static Class<? extends PutParameterRequest.Builder> |
serializableBuilderClass() |
|
PutParameterRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of parameter that you want to add to the system.
|
String |
value() |
The parameter value that you want to add to the system.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String name()
The name of the parameter that you want to add to the system.
public String description()
Information about the parameter that you want to add to the system
public String value()
The parameter value that you want to add to the system.
public String type()
The type of parameter that you want to add to the system.
ParameterType
public String keyId()
The KMS Key ID that you want to use to encrypt a parameter when you choose the SecureString data type. If you don't specify a key ID, the system uses the default key associated with your AWS account.
public Boolean overwrite()
Overwrite an existing parameter. If not specified, will default to "false".
public String allowedPattern()
A regular expression used to validate the parameter value. For example, for String types with values restricted to numbers, you can specify the following: AllowedPattern=^\d+$
public PutParameterRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutParameterRequest.Builder,PutParameterRequest>
public static PutParameterRequest.Builder builder()
public static Class<? extends PutParameterRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.