| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static EventStreamSummary.Builder |
EventStreamSummary.builder() |
default EventStreamSummary.Builder |
EventStreamSummary.Builder.destinationSummary(Consumer<DestinationSummary.Builder> destinationSummary)
Summary information about the Kinesis data stream.
|
EventStreamSummary.Builder |
EventStreamSummary.Builder.destinationSummary(DestinationSummary destinationSummary)
Summary information about the Kinesis data stream.
|
EventStreamSummary.Builder |
EventStreamSummary.Builder.domainName(String domainName)
The unique name of the domain.
|
EventStreamSummary.Builder |
EventStreamSummary.Builder.eventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
|
EventStreamSummary.Builder |
EventStreamSummary.Builder.eventStreamName(String eventStreamName)
The name of the event stream.
|
EventStreamSummary.Builder |
EventStreamSummary.Builder.state(EventStreamState state)
The operational state of destination stream for export.
|
EventStreamSummary.Builder |
EventStreamSummary.Builder.state(String state)
The operational state of destination stream for export.
|
EventStreamSummary.Builder |
EventStreamSummary.Builder.stoppedSince(Instant stoppedSince)
The timestamp when the
State changed to STOPPED. |
EventStreamSummary.Builder |
EventStreamSummary.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
EventStreamSummary.Builder |
EventStreamSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventStreamSummary.Builder> |
EventStreamSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.