Interface StreamStorageConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StreamStorageConfiguration.Builder,,StreamStorageConfiguration> SdkBuilder<StreamStorageConfiguration.Builder,,StreamStorageConfiguration> SdkPojo
- Enclosing class:
StreamStorageConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefaultStorageTier(String defaultStorageTier) The default storage tier for the stream data.defaultStorageTier(DefaultStorageTier defaultStorageTier) The default storage tier for the stream data.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
-
defaultStorageTier
The default storage tier for the stream data. This setting determines the storage class used for stream data, affecting both performance characteristics and storage costs.
Available storage tiers:
-
HOT- Optimized for frequent access with the lowest latency and highest performance. Ideal for real-time applications and frequently accessed data. -
WARM- Balanced performance and cost for moderately accessed data. Suitable for data that is accessed regularly but not continuously.
- Parameters:
defaultStorageTier- The default storage tier for the stream data. This setting determines the storage class used for stream data, affecting both performance characteristics and storage costs.Available storage tiers:
-
HOT- Optimized for frequent access with the lowest latency and highest performance. Ideal for real-time applications and frequently accessed data. -
WARM- Balanced performance and cost for moderately accessed data. Suitable for data that is accessed regularly but not continuously.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
defaultStorageTier
The default storage tier for the stream data. This setting determines the storage class used for stream data, affecting both performance characteristics and storage costs.
Available storage tiers:
-
HOT- Optimized for frequent access with the lowest latency and highest performance. Ideal for real-time applications and frequently accessed data. -
WARM- Balanced performance and cost for moderately accessed data. Suitable for data that is accessed regularly but not continuously.
- Parameters:
defaultStorageTier- The default storage tier for the stream data. This setting determines the storage class used for stream data, affecting both performance characteristics and storage costs.Available storage tiers:
-
HOT- Optimized for frequent access with the lowest latency and highest performance. Ideal for real-time applications and frequently accessed data. -
WARM- Balanced performance and cost for moderately accessed data. Suitable for data that is accessed regularly but not continuously.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-