Interface StorageRuleType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StorageRuleType.Builder,StorageRuleType>,SdkBuilder<StorageRuleType.Builder,StorageRuleType>,SdkPojo
- Enclosing class:
- StorageRuleType
public static interface StorageRuleType.Builder extends SdkPojo, CopyableBuilder<StorageRuleType.Builder,StorageRuleType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageRuleType.BuilderstorageAllocatedInBytes(Long storageAllocatedInBytes)The amount of storage allocated, in bytes.StorageRuleType.BuilderstorageType(String storageType)The type of storage.StorageRuleType.BuilderstorageType(StorageType storageType)The type of storage.-
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 Detail
-
storageAllocatedInBytes
StorageRuleType.Builder storageAllocatedInBytes(Long storageAllocatedInBytes)
The amount of storage allocated, in bytes.
- Parameters:
storageAllocatedInBytes- The amount of storage allocated, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageType
StorageRuleType.Builder storageType(String storageType)
The type of storage.
- Parameters:
storageType- The type of storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageType,StorageType
-
storageType
StorageRuleType.Builder storageType(StorageType storageType)
The type of storage.
- Parameters:
storageType- The type of storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageType,StorageType
-
-