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