@Stability(value=Stable) public static final class CfnStreamConsumerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamConsumerProps>
CfnStreamConsumerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStreamConsumerProps |
build()
Builds the configured instance.
|
CfnStreamConsumerProps.Builder |
consumerName(String consumerName)
Sets the value of
CfnStreamConsumerProps.getConsumerName() |
CfnStreamConsumerProps.Builder |
streamArn(String streamArn)
Sets the value of
CfnStreamConsumerProps.getStreamArn() |
@Stability(value=Stable) public CfnStreamConsumerProps.Builder consumerName(String consumerName)
CfnStreamConsumerProps.getConsumerName()consumerName - The name of the consumer is something you choose when you register the consumer. This parameter is required.this@Stability(value=Stable) public CfnStreamConsumerProps.Builder streamArn(String streamArn)
CfnStreamConsumerProps.getStreamArn()streamArn - The ARN of the stream with which you registered the consumer. This parameter is required.this@Stability(value=Stable) public CfnStreamConsumerProps build()
build in interface software.amazon.jsii.Builder<CfnStreamConsumerProps>CfnStreamConsumerPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.