Class CfnApplicationOutputMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalytics.CfnApplicationOutputMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationOutputMixinProps>
- Enclosing interface:
CfnApplicationOutputMixinProps
@Stability(Stable)
public static final class CfnApplicationOutputMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationOutputMixinProps>
A builder for
CfnApplicationOutputMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) Sets the value ofCfnApplicationOutputMixinProps.getApplicationName()build()Builds the configured instance.Sets the value ofCfnApplicationOutputMixinProps.getOutput()output(IResolvable output) Sets the value ofCfnApplicationOutputMixinProps.getOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationName
@Stability(Stable) public CfnApplicationOutputMixinProps.Builder applicationName(String applicationName) Sets the value ofCfnApplicationOutputMixinProps.getApplicationName()- Parameters:
applicationName- Name of the application to which you want to add the output configuration.- Returns:
this
-
output
Sets the value ofCfnApplicationOutputMixinProps.getOutput()- Parameters:
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.- Returns:
this
-
output
@Stability(Stable) public CfnApplicationOutputMixinProps.Builder output(CfnApplicationOutputPropsMixin.OutputProperty output) Sets the value ofCfnApplicationOutputMixinProps.getOutput()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationOutputMixinProps>- Returns:
- a new instance of
CfnApplicationOutputMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-