Class CfnEventStream.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnEventStream.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventStream>
- Enclosing class:
CfnEventStream
@Stability(Stable)
public static final class CfnEventStream.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventStream>
A fluent builder for
CfnEventStream
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnEventStream.Builder
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 CfnEventStream.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnEventStream.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:
-
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:
-
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:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnEventStream>
- Returns:
- a newly built instance of
CfnEventStream
.
-