Interface AuroraDbClusterStorageConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuroraDbClusterStorageConfiguration.Builder,
,AuroraDbClusterStorageConfiguration> SdkBuilder<AuroraDbClusterStorageConfiguration.Builder,
,AuroraDbClusterStorageConfiguration> SdkPojo
- Enclosing class:
AuroraDbClusterStorageConfiguration
@Mutable
@NotThreadSafe
public static interface AuroraDbClusterStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<AuroraDbClusterStorageConfiguration.Builder,AuroraDbClusterStorageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionstorageType
(String storageType) The storage type to associate with the Aurora DB cluster.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
-
storageType
The storage type to associate with the Aurora DB cluster.
- Parameters:
storageType
- The storage type to associate with the Aurora DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-