Interface CfnEndpoint.EMREKSConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpoint.EMREKSConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnEndpoint
@Stability(Stable)
public static interface CfnEndpoint.EMREKSConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.emrcontainers.*;
EMREKSConfigurationProperty eMREKSConfigurationProperty_;
EMREKSConfigurationProperty eMREKSConfigurationProperty = EMREKSConfigurationProperty.builder()
.classification("classification")
// the properties below are optional
.configurations(List.of(eMREKSConfigurationProperty_))
.properties(Map.of(
"propertiesKey", "properties"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEndpoint.EMREKSConfigurationPropertystatic final classAn implementation forCfnEndpoint.EMREKSConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnEndpoint.EMREKSConfigurationProperty>default ObjectMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClassification
- See Also:
-
getConfigurations
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnEndpoint.EMREKSConfigurationProperty>- See Also:
-
getProperties
- See Also:
-
builder
-