public static final class CfnInputProps.Builder
extends java.lang.Object
CfnInputProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnInputProps |
build()
Builds the configured instance.
|
CfnInputProps.Builder |
inputDefinition(CfnInput.InputDefinitionProperty inputDefinition)
Sets the value of
CfnInputProps.getInputDefinition() |
CfnInputProps.Builder |
inputDefinition(IResolvable inputDefinition)
Sets the value of
CfnInputProps.getInputDefinition() |
CfnInputProps.Builder |
inputDescription(java.lang.String inputDescription)
Sets the value of
CfnInputProps.getInputDescription() |
CfnInputProps.Builder |
inputName(java.lang.String inputName)
Sets the value of
CfnInputProps.getInputName() |
CfnInputProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnInputProps.getTags() |
public CfnInputProps.Builder inputDefinition(IResolvable inputDefinition)
CfnInputProps.getInputDefinition()
inputDefinition
- The definition of the input. This parameter is required.this
public CfnInputProps.Builder inputDefinition(CfnInput.InputDefinitionProperty inputDefinition)
CfnInputProps.getInputDefinition()
inputDefinition
- The definition of the input. This parameter is required.this
public CfnInputProps.Builder inputDescription(java.lang.String inputDescription)
CfnInputProps.getInputDescription()
inputDescription
- A brief description of the input.this
public CfnInputProps.Builder inputName(java.lang.String inputName)
CfnInputProps.getInputName()
inputName
- The name of the input.this
public CfnInputProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnInputProps.getTags()
tags
- An array of key-value pairs to apply to this resource.
For more information, see Tag .this
public CfnInputProps build()
CfnInputProps
java.lang.NullPointerException
- if any required attribute was not provided