| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchJobIdentifier.Builder |
BatchJobIdentifier.builder() |
default BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.fileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)
Specifies a file associated with a specific batch job.
|
BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.fileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)
Specifies a file associated with a specific batch job.
|
default BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.scriptBatchJobIdentifier(Consumer<ScriptBatchJobIdentifier.Builder> scriptBatchJobIdentifier)
A batch job identifier in which the batch job to run is identified by the script name.
|
BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.scriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)
A batch job identifier in which the batch job to run is identified by the script name.
|
BatchJobIdentifier.Builder |
BatchJobIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchJobIdentifier.Builder> |
BatchJobIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartBatchJobRequest.Builder |
StartBatchJobRequest.Builder.batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)
The unique identifier of the batch job.
|
default BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)
Sets the value of the BatchJobIdentifier property for this object.
|
default GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)
Sets the value of the BatchJobIdentifier property for this object.
|
Copyright © 2023. All rights reserved.