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