Class CfnCluster.LoggingInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnCluster.LoggingInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCluster.LoggingInfoProperty>
- Enclosing interface:
CfnCluster.LoggingInfoProperty
@Stability(Stable)
public static final class CfnCluster.LoggingInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCluster.LoggingInfoProperty>
A builder for
CfnCluster.LoggingInfoProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbrokerLogs
(IResolvable brokerLogs) Sets the value ofCfnCluster.LoggingInfoProperty.getBrokerLogs()
brokerLogs
(CfnCluster.BrokerLogsProperty brokerLogs) Sets the value ofCfnCluster.LoggingInfoProperty.getBrokerLogs()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
brokerLogs
Sets the value ofCfnCluster.LoggingInfoProperty.getBrokerLogs()
- Parameters:
brokerLogs
- the value to be set. This parameter is required.- Returns:
this
-
brokerLogs
@Stability(Stable) public CfnCluster.LoggingInfoProperty.Builder brokerLogs(CfnCluster.BrokerLogsProperty brokerLogs) Sets the value ofCfnCluster.LoggingInfoProperty.getBrokerLogs()
- Parameters:
brokerLogs
- 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.LoggingInfoProperty>
- Returns:
- a new instance of
CfnCluster.LoggingInfoProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-