| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static FileBatchJobIdentifier.Builder |
FileBatchJobIdentifier.builder() |
FileBatchJobIdentifier.Builder |
FileBatchJobIdentifier.Builder.fileName(String fileName)
The file name for the batch job identifier.
|
FileBatchJobIdentifier.Builder |
FileBatchJobIdentifier.Builder.folderPath(String folderPath)
The relative path to the file name for the batch job identifier.
|
FileBatchJobIdentifier.Builder |
FileBatchJobIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FileBatchJobIdentifier.Builder> |
FileBatchJobIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.fileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)
Specifies a file associated with a specific batch job.
|
static BatchJobIdentifier |
BatchJobIdentifier.fromFileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)
Create an instance of this class with
BatchJobIdentifier.fileBatchJobIdentifier() initialized to the given value. |
Copyright © 2023. All rights reserved.