@Stability(value=Stable)
public static interface CfnJobDefinition.TmpfsProperty
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.*;
TmpfsProperty tmpfsProperty = TmpfsProperty.builder()
.containerPath("containerPath")
.size(123)
// the properties below are optional
.mountOptions(List.of("mountOptions"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobDefinition.TmpfsProperty.Builder
A builder for
CfnJobDefinition.TmpfsProperty |
static class |
CfnJobDefinition.TmpfsProperty.Jsii$Proxy
An implementation for
CfnJobDefinition.TmpfsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobDefinition.TmpfsProperty.Builder |
builder() |
String |
getContainerPath()
`CfnJobDefinition.TmpfsProperty.ContainerPath`.
|
default List<String> |
getMountOptions()
`CfnJobDefinition.TmpfsProperty.MountOptions`.
|
Number |
getSize()
`CfnJobDefinition.TmpfsProperty.Size`.
|
@Stability(value=Stable) @NotNull String getContainerPath()
@Stability(value=Stable) @NotNull Number getSize()
@Stability(value=Stable) @Nullable default List<String> getMountOptions()
@Stability(value=Stable) static CfnJobDefinition.TmpfsProperty.Builder builder()
Copyright © 2022. All rights reserved.