@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
ParameterType |
type()
The type of parameter that you want to add to the system.
|
String |
typeString()
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, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, 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 ParameterType type()
The type of parameter that you want to add to the system.
If the service returns an enum value that is not available in the current SDK version, type will return
ParameterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeString().
ParameterTypepublic String typeString()
The type of parameter that you want to add to the system.
If the service returns an enum value that is not available in the current SDK version, type will return
ParameterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeString().
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()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2017. All rights reserved.