Interface StorageClassConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StorageClassConfiguration.Builder,,StorageClassConfiguration> SdkBuilder<StorageClassConfiguration.Builder,,StorageClassConfiguration> SdkPojo
- Enclosing class:
StorageClassConfiguration
@Mutable
@NotThreadSafe
public static interface StorageClassConfiguration.Builder
extends SdkPojo, CopyableBuilder<StorageClassConfiguration.Builder,StorageClassConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionstorageClass(String storageClass) The storage class for the table or table bucket.storageClass(StorageClass storageClass) The storage class for the table or table bucket.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
-
storageClass
The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.
- Parameters:
storageClass- The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageClass
The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.
- Parameters:
storageClass- The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-