Interface StreamModeDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StreamModeDetails.Builder,
,StreamModeDetails> SdkBuilder<StreamModeDetails.Builder,
,StreamModeDetails> SdkPojo
- Enclosing class:
StreamModeDetails
@Mutable
@NotThreadSafe
public static interface StreamModeDetails.Builder
extends SdkPojo, CopyableBuilder<StreamModeDetails.Builder,StreamModeDetails>
-
Method Summary
Modifier and TypeMethodDescriptionstreamMode
(String streamMode) Specifies the capacity mode to which you want to set your data stream.streamMode
(StreamMode streamMode) Specifies the capacity mode to which you want to set your data stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
streamMode
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
- Parameters:
streamMode
- Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
streamMode
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
- Parameters:
streamMode
- Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-