| Modifier and Type | Method and Description |
|---|---|
CfnInput |
build() |
static CfnInput.Builder |
create(software.constructs.Construct scope,
String id) |
CfnInput.Builder |
inputDefinition(CfnInput.InputDefinitionProperty inputDefinition)
The definition of the input.
|
CfnInput.Builder |
inputDefinition(IResolvable inputDefinition)
The definition of the input.
|
CfnInput.Builder |
inputDescription(String inputDescription)
A brief description of the input.
|
CfnInput.Builder |
inputName(String inputName)
The name of the input.
|
CfnInput.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnInput.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnInput.AttributeProperty.Builder.@Stability(value=Stable) public CfnInput.Builder inputDefinition(CfnInput.InputDefinitionProperty inputDefinition)
inputDefinition - The definition of the input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder inputDefinition(IResolvable inputDefinition)
inputDefinition - The definition of the input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder inputDescription(String inputDescription)
inputDescription - A brief description of the input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder inputName(String inputName)
inputName - The name of the input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.thisCopyright © 2022. All rights reserved.