Interface ParameterHistory.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ParameterHistory.Builder,,ParameterHistory> SdkBuilder<ParameterHistory.Builder,,ParameterHistory> SdkPojo
- Enclosing class:
ParameterHistory
-
Method Summary
Modifier and TypeMethodDescriptionallowedPattern(String allowedPattern) Parameter names can include the following letters and symbols.The data type of the parameter, such astextoraws:ec2:image.description(String description) Information about the parameter.The alias of the Key Management Service (KMS) key used to encrypt the parameter.Labels assigned to the parameter version.labels(Collection<String> labels) Labels assigned to the parameter version.lastModifiedDate(Instant lastModifiedDate) Date the parameter was last changed or updated.lastModifiedUser(String lastModifiedUser) Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.The name of the parameter.policies(Collection<ParameterInlinePolicy> policies) Information about the policies assigned to a parameter.policies(Consumer<ParameterInlinePolicy.Builder>... policies) Information about the policies assigned to a parameter.policies(ParameterInlinePolicy... policies) Information about the policies assigned to a parameter.The parameter tier.tier(ParameterTier tier) The parameter tier.The type of parameter used.type(ParameterType type) The type of parameter used.The parameter value.The parameter version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the parameter.
- Parameters:
name- The name of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of parameter used.
- Parameters:
type- The type of parameter used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of parameter used.
- Parameters:
type- The type of parameter used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyId
The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to
SecureStringparameters only- Parameters:
keyId- The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies toSecureStringparameters only- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
Date the parameter was last changed or updated.
- Parameters:
lastModifiedDate- Date the parameter was last changed or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedUser
Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.
- Parameters:
lastModifiedUser- Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Information about the parameter.
- Parameters:
description- Information about the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The parameter value.
- Parameters:
value- The parameter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedPattern
Parameter names can include the following letters and symbols.
a-zA-Z0-9_.-
- Parameters:
allowedPattern- Parameter names can include the following letters and symbols.a-zA-Z0-9_.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The parameter version.
- Parameters:
version- The parameter version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
Labels assigned to the parameter version.
- Parameters:
labels- Labels assigned to the parameter version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
Labels assigned to the parameter version.
- Parameters:
labels- Labels assigned to the parameter version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tier
The parameter tier.
- Parameters:
tier- The parameter tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tier
The parameter tier.
- Parameters:
tier- The parameter tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policies
Information about the policies assigned to a parameter.
Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.
- Parameters:
policies- Information about the policies assigned to a parameter.Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policies
Information about the policies assigned to a parameter.
Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.
- Parameters:
policies- Information about the policies assigned to a parameter.Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policies
Information about the policies assigned to a parameter.
Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.
This is a convenience method that creates an instance of theParameterInlinePolicy.Builderavoiding the need to create one manually viaParameterInlinePolicy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topolicies(List<ParameterInlinePolicy>).- Parameters:
policies- a consumer that will call methods onParameterInlinePolicy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataType
The data type of the parameter, such as
textoraws:ec2:image. The default istext.- Parameters:
dataType- The data type of the parameter, such astextoraws:ec2:image. The default istext.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-