Class CfnClusterPropsMixin.LoggingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnClusterPropsMixin.LoggingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.LoggingProperty>
- Enclosing interface:
CfnClusterPropsMixin.LoggingProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.LoggingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.LoggingProperty>
A builder for
CfnClusterPropsMixin.LoggingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterLogging(CfnClusterPropsMixin.ClusterLoggingProperty clusterLogging) Sets the value ofCfnClusterPropsMixin.LoggingProperty.getClusterLogging()clusterLogging(IResolvable clusterLogging) Sets the value ofCfnClusterPropsMixin.LoggingProperty.getClusterLogging()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterLogging
@Stability(Stable) public CfnClusterPropsMixin.LoggingProperty.Builder clusterLogging(IResolvable clusterLogging) Sets the value ofCfnClusterPropsMixin.LoggingProperty.getClusterLogging()- Parameters:
clusterLogging- The cluster control plane logging configuration for your cluster.- Returns:
this
-
clusterLogging
@Stability(Stable) public CfnClusterPropsMixin.LoggingProperty.Builder clusterLogging(CfnClusterPropsMixin.ClusterLoggingProperty clusterLogging) Sets the value ofCfnClusterPropsMixin.LoggingProperty.getClusterLogging()- Parameters:
clusterLogging- The cluster control plane logging configuration for your cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.LoggingProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.LoggingProperty - Throws:
NullPointerException- if any required attribute was not provided
-