@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.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.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder kinesisFirehoseOutput(CfnApplicationOutput.KinesisFirehoseOutputProperty kinesisFirehoseOutput)
CfnApplicationOutput.OutputProperty.getKinesisFirehoseOutput()kinesisFirehoseOutput - Identifies a Kinesis Data Firehose delivery stream as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder kinesisFirehoseOutput(IResolvable kinesisFirehoseOutput)
CfnApplicationOutput.OutputProperty.getKinesisFirehoseOutput()kinesisFirehoseOutput - Identifies a Kinesis Data Firehose delivery stream as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder kinesisStreamsOutput(CfnApplicationOutput.KinesisStreamsOutputProperty kinesisStreamsOutput)
CfnApplicationOutput.OutputProperty.getKinesisStreamsOutput()kinesisStreamsOutput - Identifies a Kinesis data stream as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder kinesisStreamsOutput(IResolvable kinesisStreamsOutput)
CfnApplicationOutput.OutputProperty.getKinesisStreamsOutput()kinesisStreamsOutput - Identifies a Kinesis data stream as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder lambdaOutput(CfnApplicationOutput.LambdaOutputProperty lambdaOutput)
CfnApplicationOutput.OutputProperty.getLambdaOutput()lambdaOutput - Identifies an Amazon Lambda function as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder lambdaOutput(IResolvable lambdaOutput)
CfnApplicationOutput.OutputProperty.getLambdaOutput()lambdaOutput - Identifies an Amazon Lambda function as the destination.this@Stability(value=Stable) public CfnApplicationOutput.OutputProperty.Builder name(String name)
CfnApplicationOutput.OutputProperty.getName()name - The 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.