Interface StreamSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StreamSummary.Builder,,StreamSummary> SdkBuilder<StreamSummary.Builder,,StreamSummary> SdkPojo
- Enclosing class:
StreamSummary
@Mutable
@NotThreadSafe
public static interface StreamSummary.Builder
extends SdkPojo, CopyableBuilder<StreamSummary.Builder,StreamSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the stream.clusterIdentifier(String clusterIdentifier) The ID of the cluster.creationTime(Instant creationTime) The timestamp when the stream was created.The current status of the stream.status(StreamStatus status) The current status of the stream.streamIdentifier(String streamIdentifier) The ID of the stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clusterIdentifier
The ID of the cluster.
- Parameters:
clusterIdentifier- The ID of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamIdentifier
The ID of the stream.
- Parameters:
streamIdentifier- The ID of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the stream.
- Parameters:
arn- The ARN of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The timestamp when the stream was created.
- Parameters:
creationTime- The timestamp when the stream was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the stream.
- Parameters:
status- The current status of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the stream.
- Parameters:
status- The current status of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-