@Stability(value=Stable) public static final class CfnApplicationOutput.OutputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationOutput.OutputProperty>
CfnApplicationOutput.OutputProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder destinationSchema(CfnApplicationOutput.DestinationSchemaProperty destinationSchema)
CfnApplicationOutput.OutputProperty.getDestinationSchema()destinationSchema - Describes the data format when records are written to the destination. This parameter is required.
For more information, see Configuring Application Output .this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder destinationSchema(IResolvable destinationSchema)
CfnApplicationOutput.OutputProperty.getDestinationSchema()destinationSchema - Describes the data format when records are written to the destination. This parameter is required.
For more information, see Configuring Application Output .this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder kinesisFirehoseOutput(CfnApplicationOutput.KinesisFirehoseOutputProperty kinesisFirehoseOutput)
CfnApplicationOutput.OutputProperty.getKinesisFirehoseOutput()kinesisFirehoseOutput - Identifies an Amazon Kinesis Firehose delivery stream as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder kinesisFirehoseOutput(IResolvable kinesisFirehoseOutput)
CfnApplicationOutput.OutputProperty.getKinesisFirehoseOutput()kinesisFirehoseOutput - Identifies an Amazon Kinesis Firehose delivery stream as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder kinesisStreamsOutput(CfnApplicationOutput.KinesisStreamsOutputProperty kinesisStreamsOutput)
CfnApplicationOutput.OutputProperty.getKinesisStreamsOutput()kinesisStreamsOutput - Identifies an Amazon Kinesis stream as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder kinesisStreamsOutput(IResolvable kinesisStreamsOutput)
CfnApplicationOutput.OutputProperty.getKinesisStreamsOutput()kinesisStreamsOutput - Identifies an Amazon Kinesis stream as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder lambdaOutput(CfnApplicationOutput.LambdaOutputProperty lambdaOutput)
CfnApplicationOutput.OutputProperty.getLambdaOutput()lambdaOutput - Identifies an AWS Lambda function as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder lambdaOutput(IResolvable lambdaOutput)
CfnApplicationOutput.OutputProperty.getLambdaOutput()lambdaOutput - Identifies an AWS Lambda function as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder name(String name)
CfnApplicationOutput.OutputProperty.getName()name - Name of the in-application stream.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationOutput.OutputProperty>CfnApplicationOutput.OutputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.