CopyableBuilder<TemplateParameter.Builder,TemplateParameter>
, SdkBuilder<TemplateParameter.Builder,TemplateParameter>
public static interface TemplateParameter.Builder extends CopyableBuilder<TemplateParameter.Builder,TemplateParameter>
Modifier and Type | Method | Description |
---|---|---|
TemplateParameter.Builder |
defaultValue(String defaultValue) |
The default value associated with the parameter.
|
TemplateParameter.Builder |
description(String description) |
User defined description associated with the parameter.
|
TemplateParameter.Builder |
noEcho(Boolean noEcho) |
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
|
TemplateParameter.Builder |
parameterKey(String parameterKey) |
The name associated with the parameter.
|
copy
apply, build
TemplateParameter.Builder parameterKey(String parameterKey)
The name associated with the parameter.
parameterKey
- The name associated with the parameter.TemplateParameter.Builder defaultValue(String defaultValue)
The default value associated with the parameter.
defaultValue
- The default value associated with the parameter.TemplateParameter.Builder noEcho(Boolean noEcho)
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
noEcho
- Flag indicating whether the parameter should be displayed as plain text in logs and UIs.TemplateParameter.Builder description(String description)
User defined description associated with the parameter.
description
- User defined description associated with the parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.