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