@Stability(value=Stable)
public static interface CfnJobDefinition.EnvironmentProperty
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.batch.*;
EnvironmentProperty environmentProperty = EnvironmentProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobDefinition.EnvironmentProperty.Builder
A builder for
CfnJobDefinition.EnvironmentProperty |
static class |
CfnJobDefinition.EnvironmentProperty.Jsii$Proxy
An implementation for
CfnJobDefinition.EnvironmentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobDefinition.EnvironmentProperty.Builder |
builder() |
default String |
getName()
The name of the environment variable.
|
default String |
getValue()
The value of the environment variable.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnJobDefinition.EnvironmentProperty.Builder builder()
Copyright © 2022. All rights reserved.