Interface ColdStorageOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ColdStorageOptions.Builder,
,ColdStorageOptions> SdkBuilder<ColdStorageOptions.Builder,
,ColdStorageOptions> SdkPojo
- Enclosing class:
ColdStorageOptions
public static interface ColdStorageOptions.Builder
extends SdkPojo, CopyableBuilder<ColdStorageOptions.Builder,ColdStorageOptions>
-
Method Summary
Modifier and TypeMethodDescriptionWhether to enable or disable cold storage on the domain.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, sdkFields
-
Method Details
-
enabled
Whether to enable or disable cold storage on the domain. You must enable UltraWarm storage to enable cold storage.
- Parameters:
enabled
- Whether to enable or disable cold storage on the domain. You must enable UltraWarm storage to enable cold storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-