| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static ScriptBatchJobIdentifier.Builder |
ScriptBatchJobIdentifier.builder() |
ScriptBatchJobIdentifier.Builder |
ScriptBatchJobIdentifier.Builder.scriptName(String scriptName)
The name of the script containing the batch job definition.
|
ScriptBatchJobIdentifier.Builder |
ScriptBatchJobIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScriptBatchJobIdentifier.Builder> |
ScriptBatchJobIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static BatchJobIdentifier |
BatchJobIdentifier.fromScriptBatchJobIdentifier(Consumer<ScriptBatchJobIdentifier.Builder> scriptBatchJobIdentifier)
Create an instance of this class with
BatchJobIdentifier.scriptBatchJobIdentifier() initialized to the given value. |
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.
|
Copyright © 2023. All rights reserved.