public static interface BatchJobIdentifier.Builder extends SdkPojo, CopyableBuilder<BatchJobIdentifier.Builder,BatchJobIdentifier>
| Modifier and Type | Method and Description |
|---|---|
default BatchJobIdentifier.Builder |
fileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)
Specifies a file associated with a specific batch job.
|
BatchJobIdentifier.Builder |
fileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)
Specifies a file associated with a specific batch job.
|
default 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 |
scriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)
A batch job identifier in which the batch job to run is identified by the script name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchJobIdentifier.Builder fileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)
Specifies a file associated with a specific batch job.
fileBatchJobIdentifier - Specifies a file associated with a specific batch job.default BatchJobIdentifier.Builder fileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)
Specifies a file associated with a specific batch job.
This is a convenience method that creates an instance of theFileBatchJobIdentifier.Builder avoiding
the need to create one manually via FileBatchJobIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fileBatchJobIdentifier(FileBatchJobIdentifier).
fileBatchJobIdentifier - a consumer that will call methods on FileBatchJobIdentifier.BuilderfileBatchJobIdentifier(FileBatchJobIdentifier)BatchJobIdentifier.Builder scriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)
A batch job identifier in which the batch job to run is identified by the script name.
scriptBatchJobIdentifier - A batch job identifier in which the batch job to run is identified by the script name.default BatchJobIdentifier.Builder scriptBatchJobIdentifier(Consumer<ScriptBatchJobIdentifier.Builder> scriptBatchJobIdentifier)
A batch job identifier in which the batch job to run is identified by the script name.
This is a convenience method that creates an instance of theScriptBatchJobIdentifier.Builder
avoiding the need to create one manually via ScriptBatchJobIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to scriptBatchJobIdentifier(ScriptBatchJobIdentifier).
scriptBatchJobIdentifier - a consumer that will call methods on ScriptBatchJobIdentifier.BuilderscriptBatchJobIdentifier(ScriptBatchJobIdentifier)Copyright © 2023. All rights reserved.