@Stability(value=Stable) public static final class CfnApplicationOutputProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationOutputProps>
CfnApplicationOutputProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationOutputProps.Builder |
applicationName(String applicationName)
Sets the value of
CfnApplicationOutputProps.getApplicationName() |
CfnApplicationOutputProps |
build()
Builds the configured instance.
|
CfnApplicationOutputProps.Builder |
output(CfnApplicationOutput.OutputProperty output)
Sets the value of
CfnApplicationOutputProps.getOutput() |
CfnApplicationOutputProps.Builder |
output(IResolvable output)
Sets the value of
CfnApplicationOutputProps.getOutput() |
@Stability(value=Stable) public CfnApplicationOutputProps.Builder applicationName(String applicationName)
CfnApplicationOutputProps.getApplicationName()applicationName - Name of the application to which you want to add the output configuration. This parameter is required.this@Stability(value=Stable) public CfnApplicationOutputProps.Builder output(IResolvable output)
CfnApplicationOutputProps.getOutput()output - An array of objects, each describing one output configuration. This parameter is required.
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.this@Stability(value=Stable) public CfnApplicationOutputProps.Builder output(CfnApplicationOutput.OutputProperty output)
CfnApplicationOutputProps.getOutput()output - An array of objects, each describing one output configuration. This parameter is required.
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.this@Stability(value=Stable) public CfnApplicationOutputProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationOutputProps>CfnApplicationOutputPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.