Interface BlockStorage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BlockStorage.Builder,
,BlockStorage> SdkBuilder<BlockStorage.Builder,
,BlockStorage> SdkPojo
- Enclosing class:
BlockStorage
@Mutable
@NotThreadSafe
public static interface BlockStorage.Builder
extends SdkPojo, CopyableBuilder<BlockStorage.Builder,BlockStorage>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates if the block storage capability is enabled on your EKS Auto Mode 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
-
enabled
Indicates if the block storage capability is enabled on your EKS Auto Mode cluster. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account.
- Parameters:
enabled
- Indicates if the block storage capability is enabled on your EKS Auto Mode cluster. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-