@Generated(value="software.amazon.awssdk:codegen") public class PutParameterRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<PutParameterRequest.Builder,PutParameterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutParameterRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
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, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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.
ParameterTypepublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PutParameterRequest.Builder,PutParameterRequest>public static PutParameterRequest.Builder builder()
public static Class<? extends PutParameterRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.