CopyableBuilder<ParameterDeclaration.Builder,ParameterDeclaration>
, SdkBuilder<ParameterDeclaration.Builder,ParameterDeclaration>
public static interface ParameterDeclaration.Builder extends CopyableBuilder<ParameterDeclaration.Builder,ParameterDeclaration>
Modifier and Type | Method | Description |
---|---|---|
ParameterDeclaration.Builder |
defaultValue(String defaultValue) |
The default value of the parameter.
|
ParameterDeclaration.Builder |
description(String description) |
The description that is associate with the parameter.
|
ParameterDeclaration.Builder |
noEcho(Boolean noEcho) |
Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management
Console.
|
ParameterDeclaration.Builder |
parameterConstraints(ParameterConstraints parameterConstraints) |
The criteria that AWS CloudFormation uses to validate parameter values.
|
ParameterDeclaration.Builder |
parameterKey(String parameterKey) |
The name that is associated with the parameter.
|
ParameterDeclaration.Builder |
parameterType(String parameterType) |
The type of parameter.
|
copy
apply, build
ParameterDeclaration.Builder parameterKey(String parameterKey)
The name that is associated with the parameter.
parameterKey
- The name that is associated with the parameter.ParameterDeclaration.Builder defaultValue(String defaultValue)
The default value of the parameter.
defaultValue
- The default value of the parameter.ParameterDeclaration.Builder parameterType(String parameterType)
The type of parameter.
parameterType
- The type of parameter.ParameterDeclaration.Builder noEcho(Boolean noEcho)
Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.
noEcho
- Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS
Management Console.ParameterDeclaration.Builder description(String description)
The description that is associate with the parameter.
description
- The description that is associate with the parameter.ParameterDeclaration.Builder parameterConstraints(ParameterConstraints parameterConstraints)
The criteria that AWS CloudFormation uses to validate parameter values.
parameterConstraints
- The criteria that AWS CloudFormation uses to validate parameter values.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.