| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchJobIdentifier |
StartBatchJobRequest.batchJobIdentifier()
The unique identifier of the batch job.
|
BatchJobIdentifier |
BatchJobExecutionSummary.batchJobIdentifier()
The unique identifier of this batch job.
|
BatchJobIdentifier |
GetBatchJobExecutionResponse.batchJobIdentifier()
The unique identifier of this batch job.
|
static BatchJobIdentifier |
BatchJobIdentifier.fromFileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)
Create an instance of this class with
fileBatchJobIdentifier() initialized to the given value. |
static BatchJobIdentifier |
BatchJobIdentifier.fromFileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)
Create an instance of this class with
fileBatchJobIdentifier() initialized to the given value. |
static BatchJobIdentifier |
BatchJobIdentifier.fromScriptBatchJobIdentifier(Consumer<ScriptBatchJobIdentifier.Builder> scriptBatchJobIdentifier)
Create an instance of this class with
scriptBatchJobIdentifier() initialized to the given value. |
static BatchJobIdentifier |
BatchJobIdentifier.fromScriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)
Create an instance of this class with
scriptBatchJobIdentifier() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
StartBatchJobRequest.Builder |
StartBatchJobRequest.Builder.batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of the batch job.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
Copyright © 2023. All rights reserved.