Class CfnInputPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnInputPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInputPropsMixin>
- Enclosing class:
CfnInputPropsMixin
@Stability(Stable)
public static final class CfnInputPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInputPropsMixin>
A fluent builder for
CfnInputPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnInputPropsMixin.Buildercreate()static CfnInputPropsMixin.Buildercreate(CfnPropertyMixinOptions options) inputDefinition(CfnInputPropsMixin.InputDefinitionProperty inputDefinition) The definition of the input.inputDefinition(IResolvable inputDefinition) The definition of the input.inputDescription(String inputDescription) A brief description of the input.The name of the input.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnInputPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnInputPropsMixin.Builder.
-
inputDefinition
The definition of the input.- Parameters:
inputDefinition- The definition of the input. This parameter is required.- Returns:
this- See Also:
-
inputDefinition
@Stability(Stable) public CfnInputPropsMixin.Builder inputDefinition(CfnInputPropsMixin.InputDefinitionProperty inputDefinition) The definition of the input.- Parameters:
inputDefinition- The definition of the input. This parameter is required.- Returns:
this- See Also:
-
inputDescription
A brief description of the input.- Parameters:
inputDescription- A brief description of the input. This parameter is required.- Returns:
this- See Also:
-
inputName
The name of the input.- Parameters:
inputName- The name of the input. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInputPropsMixin>- Returns:
- a newly built instance of
CfnInputPropsMixin.
-