Class CfnEventStreamPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnEventStreamPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventStreamPropsMixin>
- Enclosing class:
CfnEventStreamPropsMixin
@Stability(Stable)
public static final class CfnEventStreamPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventStreamPropsMixin>
A fluent builder for
CfnEventStreamPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) domainName(String domainName) The unique name of the domain.eventStreamName(String eventStreamName) The name of the event stream.The tags used to organize, track, or control access for this resource.The StreamARN of the destination to deliver profile events to.
-
Method Details
-
create
@Stability(Stable) public static CfnEventStreamPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEventStreamPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEventStreamPropsMixin.Builder.
-
domainName
The unique name of the domain.- Parameters:
domainName- The unique name of the domain. This parameter is required.- Returns:
this- See Also:
-
eventStreamName
The name of the event stream.- Parameters:
eventStreamName- The name of the event stream. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
uri
The StreamARN of the destination to deliver profile events to.For example, arn:aws:kinesis:region:account-id:stream/stream-name.
- Parameters:
uri- The StreamARN of the destination to deliver profile events to. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventStreamPropsMixin>- Returns:
- a newly built instance of
CfnEventStreamPropsMixin.
-