Interface ValidStorageOptions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ValidStorageOptions.Builder,,- ValidStorageOptions> - SdkBuilder<ValidStorageOptions.Builder,,- ValidStorageOptions> - SdkPojo
- Enclosing class:
- ValidStorageOptions
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
storageTypeNot 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.
 
- 
storageSizeNot 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.
 
- 
storageSizeNot 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.
 
- 
storageSizeNot applicable. In Neptune the storage type is managed at the DB Cluster level. This is a convenience method that creates an instance of theRange.Builderavoiding the need to create one manually viaRange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostorageSize(List<Range>).- Parameters:
- storageSize- a consumer that will call methods on- Range.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
provisionedIopsNot 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.
 
- 
provisionedIopsNot 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.
 
- 
provisionedIopsNot applicable. In Neptune the storage type is managed at the DB Cluster level. This is a convenience method that creates an instance of theRange.Builderavoiding the need to create one manually viaRange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisionedIops(List<Range>).- Parameters:
- provisionedIops- a consumer that will call methods on- Range.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
iopsToStorageRatioNot 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.
 
- 
iopsToStorageRatioNot 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.
 
- 
iopsToStorageRatioNot applicable. In Neptune the storage type is managed at the DB Cluster level. This is a convenience method that creates an instance of theDoubleRange.Builderavoiding the need to create one manually viaDoubleRange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiopsToStorageRatio(List<DoubleRange>).- Parameters:
- iopsToStorageRatio- a consumer that will call methods on- DoubleRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-