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