Class CfnInput.Builder
java.lang.Object
software.amazon.awscdk.services.iotevents.CfnInput.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInput>
- Enclosing class:
CfnInput
@Stability(Stable)
public static final class CfnInput.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInput>
A fluent builder for
CfnInput
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnInput.Builder
inputDefinition
(IResolvable inputDefinition) The definition of the input.inputDefinition
(CfnInput.InputDefinitionProperty 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
@Stability(Stable) public static CfnInput.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnInput.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 CfnInput.Builder inputDefinition(CfnInput.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
-