@Stability(value=Stable)
public static interface CfnJobDefinition.VolumesHostProperty
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.*;
VolumesHostProperty volumesHostProperty = VolumesHostProperty.builder()
.sourcePath("sourcePath")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobDefinition.VolumesHostProperty.Builder
A builder for
CfnJobDefinition.VolumesHostProperty |
static class |
CfnJobDefinition.VolumesHostProperty.Jsii$Proxy
An implementation for
CfnJobDefinition.VolumesHostProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobDefinition.VolumesHostProperty.Builder |
builder() |
default String |
getSourcePath()
`CfnJobDefinition.VolumesHostProperty.SourcePath`.
|
@Stability(value=Stable) @Nullable default String getSourcePath()
@Stability(value=Stable) static CfnJobDefinition.VolumesHostProperty.Builder builder()
Copyright © 2022. All rights reserved.