public static interface StreamSummary.Builder extends SdkPojo, CopyableBuilder<StreamSummary.Builder,StreamSummary>
| Modifier and Type | Method and Description |
|---|---|
StreamSummary.Builder |
streamARN(String streamARN)
The ARN of the stream.
|
StreamSummary.Builder |
streamCreationTimestamp(Instant streamCreationTimestamp)
The timestamp at which the stream was created.
|
default StreamSummary.Builder |
streamModeDetails(Consumer<StreamModeDetails.Builder> streamModeDetails)
Sets the value of the StreamModeDetails property for this object.
|
StreamSummary.Builder |
streamModeDetails(StreamModeDetails streamModeDetails)
Sets the value of the StreamModeDetails property for this object.
|
StreamSummary.Builder |
streamName(String streamName)
The name of a stream.
|
StreamSummary.Builder |
streamStatus(StreamStatus streamStatus)
The status of the stream.
|
StreamSummary.Builder |
streamStatus(String streamStatus)
The status of the stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamSummary.Builder streamName(String streamName)
The name of a stream.
streamName - The name of a stream.StreamSummary.Builder streamARN(String streamARN)
The ARN of the stream.
streamARN - The ARN of the stream.StreamSummary.Builder streamStatus(String streamStatus)
The status of the stream.
streamStatus - The status of the stream.StreamStatus,
StreamStatusStreamSummary.Builder streamStatus(StreamStatus streamStatus)
The status of the stream.
streamStatus - The status of the stream.StreamStatus,
StreamStatusStreamSummary.Builder streamModeDetails(StreamModeDetails streamModeDetails)
streamModeDetails - The new value for the StreamModeDetails property for this object.default StreamSummary.Builder streamModeDetails(Consumer<StreamModeDetails.Builder> streamModeDetails)
StreamModeDetails.Builder avoiding the
need to create one manually via StreamModeDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to streamModeDetails(StreamModeDetails).
streamModeDetails - a consumer that will call methods on StreamModeDetails.BuilderstreamModeDetails(StreamModeDetails)StreamSummary.Builder streamCreationTimestamp(Instant streamCreationTimestamp)
The timestamp at which the stream was created.
streamCreationTimestamp - The timestamp at which the stream was created.Copyright © 2023. All rights reserved.