Modifier and Type | Method and Description |
---|---|
CfnInput |
build() |
static CfnInput.Builder |
create(Construct scope,
java.lang.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(java.lang.String inputDescription)
A brief description of the input.
|
CfnInput.Builder |
inputName(java.lang.String inputName)
The name of the input.
|
CfnInput.Builder |
tags(java.util.List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
public static CfnInput.Builder create(Construct scope, java.lang.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
.public CfnInput.Builder inputDefinition(IResolvable inputDefinition)
inputDefinition
- The definition of the input. This parameter is required.this
public CfnInput.Builder inputDefinition(CfnInput.InputDefinitionProperty inputDefinition)
inputDefinition
- The definition of the input. This parameter is required.this
public CfnInput.Builder inputDescription(java.lang.String inputDescription)
inputDescription
- A brief description of the input. This parameter is required.this
public CfnInput.Builder inputName(java.lang.String inputName)
inputName
- The name of the input. This parameter is required.this
public CfnInput.Builder tags(java.util.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.this
public CfnInput build()