Class CfnVirtualClusterMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnVirtualClusterMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVirtualClusterMixinProps>
- Enclosing interface:
CfnVirtualClusterMixinProps
@Stability(Stable)
public static final class CfnVirtualClusterMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVirtualClusterMixinProps>
A builder for
CfnVirtualClusterMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.containerProvider(CfnVirtualClusterPropsMixin.ContainerProviderProperty containerProvider) Sets the value ofCfnVirtualClusterMixinProps.getContainerProvider()containerProvider(IResolvable containerProvider) Sets the value ofCfnVirtualClusterMixinProps.getContainerProvider()Sets the value ofCfnVirtualClusterMixinProps.getName()securityConfigurationId(String securityConfigurationId) Sets the value ofCfnVirtualClusterMixinProps.getSecurityConfigurationId()Sets the value ofCfnVirtualClusterMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
containerProvider
@Stability(Stable) public CfnVirtualClusterMixinProps.Builder containerProvider(IResolvable containerProvider) Sets the value ofCfnVirtualClusterMixinProps.getContainerProvider()- Parameters:
containerProvider- The container provider of the virtual cluster.- Returns:
this
-
containerProvider
@Stability(Stable) public CfnVirtualClusterMixinProps.Builder containerProvider(CfnVirtualClusterPropsMixin.ContainerProviderProperty containerProvider) Sets the value ofCfnVirtualClusterMixinProps.getContainerProvider()- Parameters:
containerProvider- The container provider of the virtual cluster.- Returns:
this
-
name
Sets the value ofCfnVirtualClusterMixinProps.getName()- Parameters:
name- The name of the virtual cluster.- Returns:
this
-
securityConfigurationId
@Stability(Stable) public CfnVirtualClusterMixinProps.Builder securityConfigurationId(String securityConfigurationId) Sets the value ofCfnVirtualClusterMixinProps.getSecurityConfigurationId()- Parameters:
securityConfigurationId- The ID of the security configuration.- Returns:
this
-
tags
Sets the value ofCfnVirtualClusterMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVirtualClusterMixinProps>- Returns:
- a new instance of
CfnVirtualClusterMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-