@Stability(value=Stable) public static final class CfnStreamConsumer.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamConsumer>
CfnStreamConsumer.| Modifier and Type | Method and Description |
|---|---|
CfnStreamConsumer |
build() |
CfnStreamConsumer.Builder |
consumerName(String consumerName)
The name of the consumer is something you choose when you register the consumer.
|
static CfnStreamConsumer.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStreamConsumer.Builder |
streamArn(String streamArn)
The ARN of the stream with which you registered the consumer.
|
@Stability(value=Stable) public static CfnStreamConsumer.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStreamConsumer.Builder.@Stability(value=Stable) public CfnStreamConsumer.Builder consumerName(String consumerName)
consumerName - The name of the consumer is something you choose when you register the consumer. This parameter is required.this@Stability(value=Stable) public CfnStreamConsumer.Builder streamArn(String streamArn)
streamArn - The ARN of the stream with which you registered the consumer. This parameter is required.this@Stability(value=Stable) public CfnStreamConsumer build()
build in interface software.amazon.jsii.Builder<CfnStreamConsumer>Copyright © 2022. All rights reserved.