Package | Description |
---|---|
software.amazon.awssdk.services.batch.model |
Modifier and Type | Method and Description |
---|---|
static Volume.Builder |
Volume.builder() |
default Volume.Builder |
Volume.Builder.host(Consumer<Host.Builder> host)
The contents of the
host parameter determine whether your data volume persists on the host
container instance and where it is stored. |
Volume.Builder |
Volume.Builder.host(Host host)
The contents of the
host parameter determine whether your data volume persists on the host
container instance and where it is stored. |
Volume.Builder |
Volume.Builder.name(String name)
The name of the volume.
|
Volume.Builder |
Volume.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Volume.Builder> |
Volume.serializableBuilderClass() |
Copyright © 2020. All rights reserved.