Package com.pulumi.aws.batch.outputs
Class GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf
- java.lang.Object
-
- com.pulumi.aws.batch.outputs.GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf
-
public final class GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf.Builder
builder()
static GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf.Builder
builder(GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf defaults)
java.lang.String
containerPath()
java.util.List<java.lang.String>
mountOptions()
java.lang.Integer
size()
-
-
-
Method Detail
-
containerPath
public java.lang.String containerPath()
- Returns:
- The absolute file path in the container where the tmpfs volume is mounted.
-
mountOptions
public java.util.List<java.lang.String> mountOptions()
- Returns:
- The list of tmpfs volume mount options.
-
size
public java.lang.Integer size()
- Returns:
- The size (in MiB) of the tmpfs volume.
-
builder
public static GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf.Builder builder()
-
builder
public static GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf.Builder builder(GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf defaults)
-
-