Class CfnClusterPropsMixin.StorageInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.StorageInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.StorageInfoProperty>
- Enclosing interface:
CfnClusterPropsMixin.StorageInfoProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.StorageInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.StorageInfoProperty>
A builder for
CfnClusterPropsMixin.StorageInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ebsStorageInfo(CfnClusterPropsMixin.EBSStorageInfoProperty ebsStorageInfo) Sets the value ofCfnClusterPropsMixin.StorageInfoProperty.getEbsStorageInfo()ebsStorageInfo(IResolvable ebsStorageInfo) Sets the value ofCfnClusterPropsMixin.StorageInfoProperty.getEbsStorageInfo()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ebsStorageInfo
@Stability(Stable) public CfnClusterPropsMixin.StorageInfoProperty.Builder ebsStorageInfo(IResolvable ebsStorageInfo) Sets the value ofCfnClusterPropsMixin.StorageInfoProperty.getEbsStorageInfo()- Parameters:
ebsStorageInfo- EBS volume information.- Returns:
this
-
ebsStorageInfo
@Stability(Stable) public CfnClusterPropsMixin.StorageInfoProperty.Builder ebsStorageInfo(CfnClusterPropsMixin.EBSStorageInfoProperty ebsStorageInfo) Sets the value ofCfnClusterPropsMixin.StorageInfoProperty.getEbsStorageInfo()- Parameters:
ebsStorageInfo- EBS volume information.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.StorageInfoProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.StorageInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-