Class CfnCluster.ConfigurationInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnCluster.ConfigurationInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCluster.ConfigurationInfoProperty>
- Enclosing interface:
CfnCluster.ConfigurationInfoProperty
@Stability(Stable)
public static final class CfnCluster.ConfigurationInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCluster.ConfigurationInfoProperty>
A builder for
CfnCluster.ConfigurationInfoProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnCluster.ConfigurationInfoProperty.getArn()
build()
Builds the configured instance.Sets the value ofCfnCluster.ConfigurationInfoProperty.getRevision()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnCluster.ConfigurationInfoProperty.getArn()
- Parameters:
arn
- the value to be set. This parameter is required.- Returns:
this
-
revision
Sets the value ofCfnCluster.ConfigurationInfoProperty.getRevision()
- Parameters:
revision
- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCluster.ConfigurationInfoProperty>
- Returns:
- a new instance of
CfnCluster.ConfigurationInfoProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-