Class CfnEndpoint.EMREKSConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.emrcontainers.CfnEndpoint.EMREKSConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEndpoint.EMREKSConfigurationProperty>
- Enclosing interface:
CfnEndpoint.EMREKSConfigurationProperty
@Stability(Stable)
public static final class CfnEndpoint.EMREKSConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEndpoint.EMREKSConfigurationProperty>
A builder for
CfnEndpoint.EMREKSConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.classification(String classification) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getClassification()configurations(List<? extends Object> configurations) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getConfigurations()configurations(IResolvable configurations) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getConfigurations()properties(Map<String, String> properties) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getProperties()properties(IResolvable properties) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getProperties()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
classification
@Stability(Stable) public CfnEndpoint.EMREKSConfigurationProperty.Builder classification(String classification) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getClassification()- Parameters:
classification- the value to be set. This parameter is required.- Returns:
this
-
configurations
@Stability(Stable) public CfnEndpoint.EMREKSConfigurationProperty.Builder configurations(IResolvable configurations) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getConfigurations()- Parameters:
configurations- the value to be set.- Returns:
this
-
configurations
@Stability(Stable) public CfnEndpoint.EMREKSConfigurationProperty.Builder configurations(List<? extends Object> configurations) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getConfigurations()- Parameters:
configurations- the value to be set.- Returns:
this
-
properties
@Stability(Stable) public CfnEndpoint.EMREKSConfigurationProperty.Builder properties(Map<String, String> properties) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getProperties()- Parameters:
properties- the value to be set.- Returns:
this
-
properties
@Stability(Stable) public CfnEndpoint.EMREKSConfigurationProperty.Builder properties(IResolvable properties) Sets the value ofCfnEndpoint.EMREKSConfigurationProperty.getProperties()- Parameters:
properties- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEndpoint.EMREKSConfigurationProperty>- Returns:
- a new instance of
CfnEndpoint.EMREKSConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-