public static interface EventStreamSummary.Builder extends SdkPojo, CopyableBuilder<EventStreamSummary.Builder,EventStreamSummary>
| Modifier and Type | Method and Description |
|---|---|
default EventStreamSummary.Builder |
destinationSummary(Consumer<DestinationSummary.Builder> destinationSummary)
Summary information about the Kinesis data stream.
|
EventStreamSummary.Builder |
destinationSummary(DestinationSummary destinationSummary)
Summary information about the Kinesis data stream.
|
EventStreamSummary.Builder |
domainName(String domainName)
The unique name of the domain.
|
EventStreamSummary.Builder |
eventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
|
EventStreamSummary.Builder |
eventStreamName(String eventStreamName)
The name of the event stream.
|
EventStreamSummary.Builder |
state(EventStreamState state)
The operational state of destination stream for export.
|
EventStreamSummary.Builder |
state(String state)
The operational state of destination stream for export.
|
EventStreamSummary.Builder |
stoppedSince(Instant stoppedSince)
The timestamp when the
State changed to STOPPED. |
EventStreamSummary.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventStreamSummary.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.EventStreamSummary.Builder eventStreamName(String eventStreamName)
The name of the event stream.
eventStreamName - The name of the event stream.EventStreamSummary.Builder eventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
eventStreamArn - A unique identifier for the event stream.EventStreamSummary.Builder state(String state)
The operational state of destination stream for export.
state - The operational state of destination stream for export.EventStreamState,
EventStreamStateEventStreamSummary.Builder state(EventStreamState state)
The operational state of destination stream for export.
state - The operational state of destination stream for export.EventStreamState,
EventStreamStateEventStreamSummary.Builder stoppedSince(Instant stoppedSince)
The timestamp when the State changed to STOPPED.
stoppedSince - The timestamp when the State changed to STOPPED.EventStreamSummary.Builder destinationSummary(DestinationSummary destinationSummary)
Summary information about the Kinesis data stream.
destinationSummary - Summary information about the Kinesis data stream.default EventStreamSummary.Builder destinationSummary(Consumer<DestinationSummary.Builder> destinationSummary)
Summary information about the Kinesis data stream.
This is a convenience method that creates an instance of theDestinationSummary.Builder avoiding the
need to create one manually via DestinationSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destinationSummary(DestinationSummary).
destinationSummary - a consumer that will call methods on DestinationSummary.BuilderdestinationSummary(DestinationSummary)EventStreamSummary.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.Copyright © 2023. All rights reserved.