@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutParameterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutParameterRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutParameterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAllowedPattern()
A regular expression used to validate the parameter value.
|
String |
getDescription()
Information about the parameter that you want to add to the system.
|
String |
getKeyId()
The KMS Key ID that you want to use to encrypt a parameter.
|
String |
getName()
The fully qualified name of the parameter that you want to add to the system.
|
Boolean |
getOverwrite()
Overwrite an existing parameter.
|
String |
getType()
The type of parameter that you want to add to the system.
|
String |
getValue()
The parameter value that you want to add to the system.
|
int |
hashCode() |
Boolean |
isOverwrite()
Overwrite an existing parameter.
|
void |
setAllowedPattern(String allowedPattern)
A regular expression used to validate the parameter value.
|
void |
setDescription(String description)
Information about the parameter that you want to add to the system.
|
void |
setKeyId(String keyId)
The KMS Key ID that you want to use to encrypt a parameter.
|
void |
setName(String name)
The fully qualified name of the parameter that you want to add to the system.
|
void |
setOverwrite(Boolean overwrite)
Overwrite an existing parameter.
|
void |
setType(ParameterType type)
The type of parameter that you want to add to the system.
|
void |
setType(String type)
The type of parameter that you want to add to the system.
|
void |
setValue(String value)
The parameter value that you want to add to the system.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutParameterRequest |
withAllowedPattern(String allowedPattern)
A regular expression used to validate the parameter value.
|
PutParameterRequest |
withDescription(String description)
Information about the parameter that you want to add to the system.
|
PutParameterRequest |
withKeyId(String keyId)
The KMS Key ID that you want to use to encrypt a parameter.
|
PutParameterRequest |
withName(String name)
The fully qualified name of the parameter that you want to add to the system.
|
PutParameterRequest |
withOverwrite(Boolean overwrite)
Overwrite an existing parameter.
|
PutParameterRequest |
withType(ParameterType type)
The type of parameter that you want to add to the system.
|
PutParameterRequest |
withType(String type)
The type of parameter that you want to add to the system.
|
PutParameterRequest |
withValue(String value)
The parameter value that you want to add to the system.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The fully qualified name of the parameter that you want to add to the system. The fully qualified name includes
the complete hierarchy of the parameter path and name. For example: /Dev/DBServer/MySQL/db-string13
Naming Constraints:
Parameter names are case sensitive.
A parameter name must be unique within an AWS Region
A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive).
Parameter names can include only the following symbols and letters: a-zA-Z0-9_.-/
A parameter name can't include spaces.
Parameter hierarchies are limited to a maximum depth of fifteen levels.
For additional information about valid values for parameter names, see Requirements and Constraints for Parameter Names in the AWS Systems Manager User Guide.
The maximum length constraint listed below includes capacity for additional system attributes that are not part of the name. The maximum length for the fully qualified parameter name is 1011 characters.
name - The fully qualified name of the parameter that you want to add to the system. The fully qualified name
includes the complete hierarchy of the parameter path and name. For example:
/Dev/DBServer/MySQL/db-string13
Naming Constraints:
Parameter names are case sensitive.
A parameter name must be unique within an AWS Region
A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive).
Parameter names can include only the following symbols and letters: a-zA-Z0-9_.-/
A parameter name can't include spaces.
Parameter hierarchies are limited to a maximum depth of fifteen levels.
For additional information about valid values for parameter names, see Requirements and Constraints for Parameter Names in the AWS Systems Manager User Guide.
The maximum length constraint listed below includes capacity for additional system attributes that are not part of the name. The maximum length for the fully qualified parameter name is 1011 characters.
public String getName()
The fully qualified name of the parameter that you want to add to the system. The fully qualified name includes
the complete hierarchy of the parameter path and name. For example: /Dev/DBServer/MySQL/db-string13
Naming Constraints:
Parameter names are case sensitive.
A parameter name must be unique within an AWS Region
A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive).
Parameter names can include only the following symbols and letters: a-zA-Z0-9_.-/
A parameter name can't include spaces.
Parameter hierarchies are limited to a maximum depth of fifteen levels.
For additional information about valid values for parameter names, see Requirements and Constraints for Parameter Names in the AWS Systems Manager User Guide.
The maximum length constraint listed below includes capacity for additional system attributes that are not part of the name. The maximum length for the fully qualified parameter name is 1011 characters.
/Dev/DBServer/MySQL/db-string13
Naming Constraints:
Parameter names are case sensitive.
A parameter name must be unique within an AWS Region
A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive).
Parameter names can include only the following symbols and letters: a-zA-Z0-9_.-/
A parameter name can't include spaces.
Parameter hierarchies are limited to a maximum depth of fifteen levels.
For additional information about valid values for parameter names, see Requirements and Constraints for Parameter Names in the AWS Systems Manager User Guide.
The maximum length constraint listed below includes capacity for additional system attributes that are not part of the name. The maximum length for the fully qualified parameter name is 1011 characters.
public PutParameterRequest withName(String name)
The fully qualified name of the parameter that you want to add to the system. The fully qualified name includes
the complete hierarchy of the parameter path and name. For example: /Dev/DBServer/MySQL/db-string13
Naming Constraints:
Parameter names are case sensitive.
A parameter name must be unique within an AWS Region
A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive).
Parameter names can include only the following symbols and letters: a-zA-Z0-9_.-/
A parameter name can't include spaces.
Parameter hierarchies are limited to a maximum depth of fifteen levels.
For additional information about valid values for parameter names, see Requirements and Constraints for Parameter Names in the AWS Systems Manager User Guide.
The maximum length constraint listed below includes capacity for additional system attributes that are not part of the name. The maximum length for the fully qualified parameter name is 1011 characters.
name - The fully qualified name of the parameter that you want to add to the system. The fully qualified name
includes the complete hierarchy of the parameter path and name. For example:
/Dev/DBServer/MySQL/db-string13
Naming Constraints:
Parameter names are case sensitive.
A parameter name must be unique within an AWS Region
A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive).
Parameter names can include only the following symbols and letters: a-zA-Z0-9_.-/
A parameter name can't include spaces.
Parameter hierarchies are limited to a maximum depth of fifteen levels.
For additional information about valid values for parameter names, see Requirements and Constraints for Parameter Names in the AWS Systems Manager User Guide.
The maximum length constraint listed below includes capacity for additional system attributes that are not part of the name. The maximum length for the fully qualified parameter name is 1011 characters.
public void setDescription(String description)
Information about the parameter that you want to add to the system. Optional but recommended.
Do not enter personally identifiable information in this field.
description - Information about the parameter that you want to add to the system. Optional but recommended.
Do not enter personally identifiable information in this field.
public String getDescription()
Information about the parameter that you want to add to the system. Optional but recommended.
Do not enter personally identifiable information in this field.
Do not enter personally identifiable information in this field.
public PutParameterRequest withDescription(String description)
Information about the parameter that you want to add to the system. Optional but recommended.
Do not enter personally identifiable information in this field.
description - Information about the parameter that you want to add to the system. Optional but recommended.
Do not enter personally identifiable information in this field.
public void setValue(String value)
The parameter value that you want to add to the system.
value - The parameter value that you want to add to the system.public String getValue()
The parameter value that you want to add to the system.
public PutParameterRequest withValue(String value)
The parameter value that you want to add to the system.
value - The parameter value that you want to add to the system.public void setType(String type)
The type of parameter that you want to add to the system.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or special
character to escape items in the list. If you have a parameter value that requires a comma, then use the
String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China Regions.
type - The type of parameter that you want to add to the system.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or
special character to escape items in the list. If you have a parameter value that requires a comma, then
use the String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China
Regions.
ParameterTypepublic String getType()
The type of parameter that you want to add to the system.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or special
character to escape items in the list. If you have a parameter value that requires a comma, then use the
String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China Regions.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or
special character to escape items in the list. If you have a parameter value that requires a comma, then
use the String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China
Regions.
ParameterTypepublic PutParameterRequest withType(String type)
The type of parameter that you want to add to the system.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or special
character to escape items in the list. If you have a parameter value that requires a comma, then use the
String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China Regions.
type - The type of parameter that you want to add to the system.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or
special character to escape items in the list. If you have a parameter value that requires a comma, then
use the String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China
Regions.
ParameterTypepublic void setType(ParameterType type)
The type of parameter that you want to add to the system.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or special
character to escape items in the list. If you have a parameter value that requires a comma, then use the
String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China Regions.
type - The type of parameter that you want to add to the system.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or
special character to escape items in the list. If you have a parameter value that requires a comma, then
use the String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China
Regions.
ParameterTypepublic PutParameterRequest withType(ParameterType type)
The type of parameter that you want to add to the system.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or special
character to escape items in the list. If you have a parameter value that requires a comma, then use the
String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China Regions.
type - The type of parameter that you want to add to the system.
Items in a StringList must be separated by a comma (,). You can't use other punctuation or
special character to escape items in the list. If you have a parameter value that requires a comma, then
use the String data type.
SecureString is not currently supported for AWS CloudFormation templates or in the China
Regions.
ParameterTypepublic void setKeyId(String keyId)
The KMS Key ID that you want to use to encrypt a parameter. Either the default AWS Key Management Service (AWS
KMS) key automatically assigned to your AWS account or a custom key. Required for parameters that use the
SecureString data type.
If you don't specify a key ID, the system uses the default key associated with your AWS account.
To use your default AWS KMS key, choose the SecureString data type, and do not specify the
Key ID when you create the parameter. The system automatically populates Key ID with
your default KMS key.
To use a custom KMS key, choose the SecureString data type with the Key ID parameter.
keyId - The KMS Key ID that you want to use to encrypt a parameter. Either the default AWS Key Management Service
(AWS KMS) key automatically assigned to your AWS account or a custom key. Required for parameters that use
the SecureString data type.
If you don't specify a key ID, the system uses the default key associated with your AWS account.
To use your default AWS KMS key, choose the SecureString data type, and do not specify
the Key ID when you create the parameter. The system automatically populates
Key ID with your default KMS key.
To use a custom KMS key, choose the SecureString data type with the Key ID
parameter.
public String getKeyId()
The KMS Key ID that you want to use to encrypt a parameter. Either the default AWS Key Management Service (AWS
KMS) key automatically assigned to your AWS account or a custom key. Required for parameters that use the
SecureString data type.
If you don't specify a key ID, the system uses the default key associated with your AWS account.
To use your default AWS KMS key, choose the SecureString data type, and do not specify the
Key ID when you create the parameter. The system automatically populates Key ID with
your default KMS key.
To use a custom KMS key, choose the SecureString data type with the Key ID parameter.
SecureString data type.
If you don't specify a key ID, the system uses the default key associated with your AWS account.
To use your default AWS KMS key, choose the SecureString data type, and do not
specify the Key ID when you create the parameter. The system automatically populates
Key ID with your default KMS key.
To use a custom KMS key, choose the SecureString data type with the Key ID
parameter.
public PutParameterRequest withKeyId(String keyId)
The KMS Key ID that you want to use to encrypt a parameter. Either the default AWS Key Management Service (AWS
KMS) key automatically assigned to your AWS account or a custom key. Required for parameters that use the
SecureString data type.
If you don't specify a key ID, the system uses the default key associated with your AWS account.
To use your default AWS KMS key, choose the SecureString data type, and do not specify the
Key ID when you create the parameter. The system automatically populates Key ID with
your default KMS key.
To use a custom KMS key, choose the SecureString data type with the Key ID parameter.
keyId - The KMS Key ID that you want to use to encrypt a parameter. Either the default AWS Key Management Service
(AWS KMS) key automatically assigned to your AWS account or a custom key. Required for parameters that use
the SecureString data type.
If you don't specify a key ID, the system uses the default key associated with your AWS account.
To use your default AWS KMS key, choose the SecureString data type, and do not specify
the Key ID when you create the parameter. The system automatically populates
Key ID with your default KMS key.
To use a custom KMS key, choose the SecureString data type with the Key ID
parameter.
public void setOverwrite(Boolean overwrite)
Overwrite an existing parameter. If not specified, will default to "false".
overwrite - Overwrite an existing parameter. If not specified, will default to "false".public Boolean getOverwrite()
Overwrite an existing parameter. If not specified, will default to "false".
public PutParameterRequest withOverwrite(Boolean overwrite)
Overwrite an existing parameter. If not specified, will default to "false".
overwrite - Overwrite an existing parameter. If not specified, will default to "false".public Boolean isOverwrite()
Overwrite an existing parameter. If not specified, will default to "false".
public void setAllowedPattern(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+$
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 String getAllowedPattern()
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 withAllowedPattern(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+$
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 String toString()
toString in class ObjectObject.toString()public PutParameterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.