| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
ManifestProperties |
ManifestProperties.clone() |
ManifestProperties |
ManifestProperties.withFileSystemLocationName(String fileSystemLocationName)
The file system location name.
|
ManifestProperties |
ManifestProperties.withInputManifestHash(String inputManifestHash)
The has value of the file.
|
ManifestProperties |
ManifestProperties.withInputManifestPath(String inputManifestPath)
The file path.
|
ManifestProperties |
ManifestProperties.withOutputRelativeDirectories(Collection<String> outputRelativeDirectories)
The file path relative to the directory.
|
ManifestProperties |
ManifestProperties.withOutputRelativeDirectories(String... outputRelativeDirectories)
The file path relative to the directory.
|
ManifestProperties |
ManifestProperties.withRootPath(String rootPath)
The file's root path.
|
ManifestProperties |
ManifestProperties.withRootPathFormat(PathFormat rootPathFormat)
The format of the root path.
|
ManifestProperties |
ManifestProperties.withRootPathFormat(String rootPathFormat)
The format of the root path.
|
| Modifier and Type | Method and Description |
|---|---|
List<ManifestProperties> |
Attachments.getManifests()
A list of manifests which describe job attachment configurations.
|
| Modifier and Type | Method and Description |
|---|---|
Attachments |
Attachments.withManifests(ManifestProperties... manifests)
A list of manifests which describe job attachment configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachments.setManifests(Collection<ManifestProperties> manifests)
A list of manifests which describe job attachment configurations.
|
Attachments |
Attachments.withManifests(Collection<ManifestProperties> manifests)
A list of manifests which describe job attachment configurations.
|
Copyright © 2024. All rights reserved.