Interface ValidStorageOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ValidStorageOptions.Builder,
,ValidStorageOptions> SdkBuilder<ValidStorageOptions.Builder,
,ValidStorageOptions> SdkPojo
- Enclosing class:
ValidStorageOptions
-
Method Summary
Modifier and TypeMethodDescriptioniopsToStorageRatio
(Collection<DoubleRange> iopsToStorageRatio) Not applicable.iopsToStorageRatio
(Consumer<DoubleRange.Builder>... iopsToStorageRatio) Not applicable.iopsToStorageRatio
(DoubleRange... iopsToStorageRatio) Not applicable.provisionedIops
(Collection<Range> provisionedIops) Not applicable.provisionedIops
(Consumer<Range.Builder>... provisionedIops) Not applicable.provisionedIops
(Range... provisionedIops) Not applicable.storageSize
(Collection<Range> storageSize) Not applicable.storageSize
(Consumer<Range.Builder>... storageSize) Not applicable.storageSize
(Range... storageSize) Not applicable.storageType
(String storageType) Not applicable.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
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
- Parameters:
storageType
- Not applicable. In Neptune the storage type is managed at the DB Cluster level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageSize
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
- Parameters:
storageSize
- Not applicable. In Neptune the storage type is managed at the DB Cluster level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageSize
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
- Parameters:
storageSize
- Not applicable. In Neptune the storage type is managed at the DB Cluster level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageSize
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
This is a convenience method that creates an instance of theRange.Builder
avoiding the need to create one manually viaRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostorageSize(List<Range>)
.- Parameters:
storageSize
- a consumer that will call methods onRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provisionedIops
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
- Parameters:
provisionedIops
- Not applicable. In Neptune the storage type is managed at the DB Cluster level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedIops
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
- Parameters:
provisionedIops
- Not applicable. In Neptune the storage type is managed at the DB Cluster level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedIops
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
This is a convenience method that creates an instance of theRange.Builder
avoiding the need to create one manually viaRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprovisionedIops(List<Range>)
.- Parameters:
provisionedIops
- a consumer that will call methods onRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
iopsToStorageRatio
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
- Parameters:
iopsToStorageRatio
- Not applicable. In Neptune the storage type is managed at the DB Cluster level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iopsToStorageRatio
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
- Parameters:
iopsToStorageRatio
- Not applicable. In Neptune the storage type is managed at the DB Cluster level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iopsToStorageRatio
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
This is a convenience method that creates an instance of theDoubleRange.Builder
avoiding the need to create one manually viaDoubleRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toiopsToStorageRatio(List<DoubleRange>)
.- Parameters:
iopsToStorageRatio
- a consumer that will call methods onDoubleRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-