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