@Stability(value=Stable) public static final class CfnInputProps.Builder extends Object implements software.amazon.jsii.Builder<CfnInputProps>
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(String inputDescription)
Sets the value of
CfnInputProps.getInputDescription() |
CfnInputProps.Builder |
inputName(String inputName)
Sets the value of
CfnInputProps.getInputName() |
CfnInputProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnInputProps.getTags() |
@Stability(value=Stable) public CfnInputProps.Builder inputDefinition(CfnInput.InputDefinitionProperty inputDefinition)
CfnInputProps.getInputDefinition()
inputDefinition
- `AWS::IoTEvents::Input.InputDefinition`. This parameter is required.this
@Stability(value=Stable) public CfnInputProps.Builder inputDefinition(IResolvable inputDefinition)
CfnInputProps.getInputDefinition()
inputDefinition
- `AWS::IoTEvents::Input.InputDefinition`. This parameter is required.this
@Stability(value=Stable) public CfnInputProps.Builder inputDescription(String inputDescription)
CfnInputProps.getInputDescription()
inputDescription
- `AWS::IoTEvents::Input.InputDescription`.this
@Stability(value=Stable) public CfnInputProps.Builder inputName(String inputName)
CfnInputProps.getInputName()
inputName
- `AWS::IoTEvents::Input.InputName`.this
@Stability(value=Stable) public CfnInputProps.Builder tags(List<? extends CfnTag> tags)
CfnInputProps.getTags()
tags
- `AWS::IoTEvents::Input.Tags`.this
@Stability(value=Stable) public CfnInputProps build()
build
in interface software.amazon.jsii.Builder<CfnInputProps>
CfnInputProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.