Class CfnApplicationOutputPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalytics.CfnApplicationOutputPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationOutputPropsMixin>
- Enclosing class:
CfnApplicationOutputPropsMixin
@Stability(Stable)
public static final class CfnApplicationOutputPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationOutputPropsMixin>
A fluent builder for
CfnApplicationOutputPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) Name of the application to which you want to add the output configuration.build()create()create(CfnPropertyMixinOptions options) An array of objects, each describing one output configuration.output(IResolvable output) An array of objects, each describing one output configuration.
-
Method Details
-
create
@Stability(Stable) public static CfnApplicationOutputPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnApplicationOutputPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnApplicationOutputPropsMixin.Builder.
-
applicationName
@Stability(Stable) public CfnApplicationOutputPropsMixin.Builder applicationName(String applicationName) Name of the application to which you want to add the output configuration.- Parameters:
applicationName- Name of the application to which you want to add the output configuration. This parameter is required.- Returns:
this- See Also:
-
output
An array of objects, each describing one output configuration.In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), and record the formation to use when writing to the destination.
- Parameters:
output- An array of objects, each describing one output configuration. This parameter is required.- Returns:
this- See Also:
-
output
@Stability(Stable) public CfnApplicationOutputPropsMixin.Builder output(CfnApplicationOutputPropsMixin.OutputProperty output) An array of objects, each describing one output configuration.In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), and record the formation to use when writing to the destination.
- Parameters:
output- An array of objects, each describing one output configuration. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationOutputPropsMixin>- Returns:
- a newly built instance of
CfnApplicationOutputPropsMixin.
-