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