public static interface PutParameterResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<PutParameterResponse.Builder,PutParameterResponse>
| Modifier and Type | Method and Description |
|---|---|
PutParameterResponse.Builder |
tier(ParameterTier tier)
The tier assigned to the parameter.
|
PutParameterResponse.Builder |
tier(String tier)
The tier assigned to the parameter.
|
PutParameterResponse.Builder |
version(Long version)
The new version number of a parameter.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutParameterResponse.Builder version(Long version)
The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API operations or in Systems Manager documents (SSM documents). By default, if you don't specify a specific version, the system returns the latest parameter value when a parameter is called.
version - The new version number of a parameter. If you edit a parameter value, Parameter Store automatically
creates a new version and assigns this new version a unique ID. You can reference a parameter version
ID in API operations or in Systems Manager documents (SSM documents). By default, if you don't specify
a specific version, the system returns the latest parameter value when a parameter is called.PutParameterResponse.Builder tier(String tier)
The tier assigned to the parameter.
tier - The tier assigned to the parameter.ParameterTier,
ParameterTierPutParameterResponse.Builder tier(ParameterTier tier)
The tier assigned to the parameter.
tier - The tier assigned to the parameter.ParameterTier,
ParameterTierCopyright © 2021. All rights reserved.