Interface KxNAS1Configuration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KxNAS1Configuration.Builder,KxNAS1Configuration>,SdkBuilder<KxNAS1Configuration.Builder,KxNAS1Configuration>,SdkPojo
- Enclosing class:
- KxNAS1Configuration
public static interface KxNAS1Configuration.Builder extends SdkPojo, CopyableBuilder<KxNAS1Configuration.Builder,KxNAS1Configuration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KxNAS1Configuration.Buildersize(Integer size)The size of the network attached storage.KxNAS1Configuration.Buildertype(String type)The type of the network attached storage.KxNAS1Configuration.Buildertype(KxNAS1Type type)The type of the network attached 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
-
type
KxNAS1Configuration.Builder type(String type)
The type of the network attached storage.
- Parameters:
type- The type of the network attached storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxNAS1Type,KxNAS1Type
-
type
KxNAS1Configuration.Builder type(KxNAS1Type type)
The type of the network attached storage.
- Parameters:
type- The type of the network attached storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxNAS1Type,KxNAS1Type
-
size
KxNAS1Configuration.Builder size(Integer size)
The size of the network attached storage. For storage type
SSD_1000andSSD_250you can select the minimum size as 1200 GB or increments of 2400 GB. For storage typeHDD_12you can select the minimum size as 6000 GB or increments of 6000 GB.- Parameters:
size- The size of the network attached storage. For storage typeSSD_1000andSSD_250you can select the minimum size as 1200 GB or increments of 2400 GB. For storage typeHDD_12you can select the minimum size as 6000 GB or increments of 6000 GB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-