Interface ChannelStreamIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelStreamIdentifier.Builder,,ChannelStreamIdentifier> SdkBuilder<ChannelStreamIdentifier.Builder,,ChannelStreamIdentifier> SdkPojo
- Enclosing class:
ChannelStreamIdentifier
@Mutable
@NotThreadSafe
public static interface ChannelStreamIdentifier.Builder
extends SdkPojo, CopyableBuilder<ChannelStreamIdentifier.Builder,ChannelStreamIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the source Kinesis data stream.streamCreationTimestamp(Instant streamCreationTimestamp) The time at which the source stream was created.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) of the source Kinesis data stream.
- Parameters:
streamARN- The Amazon Resource Name (ARN) of the source Kinesis data stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamCreationTimestamp
The time at which the source stream was created.
- Parameters:
streamCreationTimestamp- The time at which the source stream was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-