ToCopyableBuilder<Parameter.Builder,Parameter>
@Generated("software.amazon.awssdk:codegen") public class Parameter extends Object implements ToCopyableBuilder<Parameter.Builder,Parameter>
The Parameter data type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Parameter.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Parameter.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
parameterKey() |
The key associated with the parameter.
|
String |
parameterValue() |
The value associated with the parameter.
|
static Class<? extends Parameter.Builder> |
serializableBuilderClass() |
|
Parameter.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Boolean |
usePreviousValue() |
During a stack update, use the existing parameter value that the stack is using for a given parameter key.
|
public String parameterKey()
The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
public String parameterValue()
The value associated with the parameter.
public Boolean usePreviousValue()
During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you
specify true
, do not specify a parameter value.
true
, do not specify a parameter value.public Parameter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Parameter.Builder,Parameter>
public static Parameter.Builder builder()
public static Class<? extends Parameter.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.