Interface Stream.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Stream.Builder,,Stream> SdkBuilder<Stream.Builder,,Stream> SdkPojo
- Enclosing class:
Stream
@Mutable
@NotThreadSafe
public static interface Stream.Builder
extends SdkPojo, CopyableBuilder<Stream.Builder,Stream>
-
Method Summary
Modifier and TypeMethodDescriptionkeyspaceName(String keyspaceName) The name of the keyspace containing the table associated with this stream.The Amazon Resource Name (ARN) that uniquely identifies this stream.streamLabel(String streamLabel) A unique identifier for this stream that can be used in stream operations.The name of the table associated with this 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
-
streamArn
The Amazon Resource Name (ARN) that uniquely identifies this stream.
- Parameters:
streamArn- The Amazon Resource Name (ARN) that uniquely identifies this stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyspaceName
The name of the keyspace containing the table associated with this stream.
- Parameters:
keyspaceName- The name of the keyspace containing the table associated with this stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
The name of the table associated with this stream.
- Parameters:
tableName- The name of the table associated with this stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamLabel
A unique identifier for this stream that can be used in stream operations.
- Parameters:
streamLabel- A unique identifier for this stream that can be used in stream operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-