@Stability(value=Stable)
public static interface CfnComputeEnvironment.Ec2ConfigurationObjectProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
Ec2ConfigurationObjectProperty ec2ConfigurationObjectProperty = Ec2ConfigurationObjectProperty.builder()
.imageType("imageType")
// the properties below are optional
.imageIdOverride("imageIdOverride")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComputeEnvironment.Ec2ConfigurationObjectProperty.Builder
A builder for
CfnComputeEnvironment.Ec2ConfigurationObjectProperty |
static class |
CfnComputeEnvironment.Ec2ConfigurationObjectProperty.Jsii$Proxy
An implementation for
CfnComputeEnvironment.Ec2ConfigurationObjectProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComputeEnvironment.Ec2ConfigurationObjectProperty.Builder |
builder() |
default String |
getImageIdOverride()
`CfnComputeEnvironment.Ec2ConfigurationObjectProperty.ImageIdOverride`.
|
String |
getImageType()
`CfnComputeEnvironment.Ec2ConfigurationObjectProperty.ImageType`.
|
@Stability(value=Stable) @NotNull String getImageType()
@Stability(value=Stable) @Nullable default String getImageIdOverride()
@Stability(value=Stable) static CfnComputeEnvironment.Ec2ConfigurationObjectProperty.Builder builder()
Copyright © 2022. All rights reserved.