Class CfnSecurityConfigurationPropsMixin.ContainerInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnSecurityConfigurationPropsMixin.ContainerInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.ContainerInfoProperty>
- Enclosing interface:
CfnSecurityConfigurationPropsMixin.ContainerInfoProperty
@Stability(Stable)
public static final class CfnSecurityConfigurationPropsMixin.ContainerInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.ContainerInfoProperty>
A builder for
CfnSecurityConfigurationPropsMixin.ContainerInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerInfoProperty.getEksInfo()eksInfo(IResolvable eksInfo) Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerInfoProperty.getEksInfo()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
eksInfo
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.ContainerInfoProperty.Builder eksInfo(IResolvable eksInfo) Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerInfoProperty.getEksInfo()- Parameters:
eksInfo- EKS information.- Returns:
this
-
eksInfo
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.ContainerInfoProperty.Builder eksInfo(CfnSecurityConfigurationPropsMixin.EksInfoProperty eksInfo) Sets the value ofCfnSecurityConfigurationPropsMixin.ContainerInfoProperty.getEksInfo()- Parameters:
eksInfo- EKS information.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.ContainerInfoProperty>- Returns:
- a new instance of
CfnSecurityConfigurationPropsMixin.ContainerInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-