@Stability(value=Stable)
public static interface CfnCluster.KeyValueProperty
extends software.amazon.jsii.JsiiSerializable
KeyValue is used to pass parameters to a step.
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.emr.*;
KeyValueProperty keyValueProperty = KeyValueProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.KeyValueProperty.Builder
A builder for
CfnCluster.KeyValueProperty |
static class |
CfnCluster.KeyValueProperty.Jsii$Proxy
An implementation for
CfnCluster.KeyValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.KeyValueProperty.Builder |
builder() |
default String |
getKey()
The unique identifier of a key-value pair.
|
default String |
getValue()
The value part of the identified key.
|
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnCluster.KeyValueProperty.Builder builder()
Copyright © 2022. All rights reserved.