Class CfnClusterPropsMixin.StorageConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnClusterPropsMixin.StorageConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.StorageConfigProperty>
- Enclosing interface:
CfnClusterPropsMixin.StorageConfigProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.StorageConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.StorageConfigProperty>
A builder for
CfnClusterPropsMixin.StorageConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblockStorage(CfnClusterPropsMixin.BlockStorageProperty blockStorage) Sets the value ofCfnClusterPropsMixin.StorageConfigProperty.getBlockStorage()blockStorage(IResolvable blockStorage) Sets the value ofCfnClusterPropsMixin.StorageConfigProperty.getBlockStorage()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
blockStorage
@Stability(Stable) public CfnClusterPropsMixin.StorageConfigProperty.Builder blockStorage(IResolvable blockStorage) Sets the value ofCfnClusterPropsMixin.StorageConfigProperty.getBlockStorage()- Parameters:
blockStorage- Request to configure EBS Block Storage settings for your EKS Auto Mode cluster.- Returns:
this
-
blockStorage
@Stability(Stable) public CfnClusterPropsMixin.StorageConfigProperty.Builder blockStorage(CfnClusterPropsMixin.BlockStorageProperty blockStorage) Sets the value ofCfnClusterPropsMixin.StorageConfigProperty.getBlockStorage()- Parameters:
blockStorage- Request to configure EBS Block Storage settings for your EKS Auto Mode cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.StorageConfigProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.StorageConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-