Class CfnAddon.NamespaceConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.eks.CfnAddon.NamespaceConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAddon.NamespaceConfigProperty>
- Enclosing interface:
CfnAddon.NamespaceConfigProperty
@Stability(Stable)
public static final class CfnAddon.NamespaceConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAddon.NamespaceConfigProperty>
A builder for
CfnAddon.NamespaceConfigProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAddon.NamespaceConfigProperty.getNamespace()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
namespace
Sets the value ofCfnAddon.NamespaceConfigProperty.getNamespace()
- Parameters:
namespace
- The custom namespace for creating the add-on. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAddon.NamespaceConfigProperty>
- Returns:
- a new instance of
CfnAddon.NamespaceConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-