Class CfnSecurityConfigurationPropsMixin.ContainerProviderProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnSecurityConfigurationPropsMixin.ContainerProviderProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.ContainerProviderProperty>
- Enclosing interface:
CfnSecurityConfigurationPropsMixin.ContainerProviderProperty
@Stability(Stable)
public static final class CfnSecurityConfigurationPropsMixin.ContainerProviderProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.ContainerProviderProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerProviderProperty.getId()Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerProviderProperty.getInfo()info(IResolvable info) Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerProviderProperty.getInfo()Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerProviderProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.ContainerProviderProperty.Builder id(String id) Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerProviderProperty.getId()- Parameters:
id- The container provider ID.- Returns:
this
-
info
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.ContainerProviderProperty.Builder info(IResolvable info) Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerProviderProperty.getInfo()- Parameters:
info- Container information.- Returns:
this
-
info
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.ContainerProviderProperty.Builder info(CfnSecurityConfigurationPropsMixin.ContainerInfoProperty info) Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerProviderProperty.getInfo()- Parameters:
info- Container information.- Returns:
this
-
type
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.ContainerProviderProperty.Builder type(String type) Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerProviderProperty.getType()- Parameters:
type- The container provider type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.ContainerProviderProperty>- Returns:
- a new instance of
CfnSecurityConfigurationPropsMixin.ContainerProviderProperty - Throws:
NullPointerException- if any required attribute was not provided
-