Class CfnSecurityConfigurationPropsMixin.EksInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnSecurityConfigurationPropsMixin.EksInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.EksInfoProperty>
- Enclosing interface:
CfnSecurityConfigurationPropsMixin.EksInfoProperty
@Stability(Stable)
public static final class CfnSecurityConfigurationPropsMixin.EksInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.EksInfoProperty>
A builder for
CfnSecurityConfigurationPropsMixin.EksInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSecurityConfigurationPropsMixin.EksInfoProperty.getNamespace()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
namespace
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.EksInfoProperty.Builder namespace(String namespace) Sets the value ofCfnSecurityConfigurationPropsMixin.EksInfoProperty.getNamespace()- Parameters:
namespace- The EKS namespace.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.EksInfoProperty>- Returns:
- a new instance of
CfnSecurityConfigurationPropsMixin.EksInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-