public static interface BlueprintRun.Builder extends SdkPojo, CopyableBuilder<BlueprintRun.Builder,BlueprintRun>
| Modifier and Type | Method and Description |
|---|---|
BlueprintRun.Builder |
blueprintName(String blueprintName)
The name of the blueprint.
|
BlueprintRun.Builder |
completedOn(Instant completedOn)
The date and time that the blueprint run completed.
|
BlueprintRun.Builder |
errorMessage(String errorMessage)
Indicates any errors that are seen while running the blueprint.
|
BlueprintRun.Builder |
parameters(String parameters)
The blueprint parameters as a string.
|
BlueprintRun.Builder |
roleArn(String roleArn)
The role ARN.
|
BlueprintRun.Builder |
rollbackErrorMessage(String rollbackErrorMessage)
If there are any errors while creating the entities of a workflow, we try to roll back the created entities
until that point and delete them.
|
BlueprintRun.Builder |
runId(String runId)
The run ID for this blueprint run.
|
BlueprintRun.Builder |
startedOn(Instant startedOn)
The date and time that the blueprint run started.
|
BlueprintRun.Builder |
state(BlueprintRunState state)
The state of the blueprint run.
|
BlueprintRun.Builder |
state(String state)
The state of the blueprint run.
|
BlueprintRun.Builder |
workflowName(String workflowName)
The name of a workflow that is created as a result of a successful blueprint run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBlueprintRun.Builder blueprintName(String blueprintName)
The name of the blueprint.
blueprintName - The name of the blueprint.BlueprintRun.Builder runId(String runId)
The run ID for this blueprint run.
runId - The run ID for this blueprint run.BlueprintRun.Builder workflowName(String workflowName)
The name of a workflow that is created as a result of a successful blueprint run. If a blueprint run has an error, there will not be a workflow created.
workflowName - The name of a workflow that is created as a result of a successful blueprint run. If a blueprint run
has an error, there will not be a workflow created.BlueprintRun.Builder state(String state)
The state of the blueprint run. Possible values are:
Running — The blueprint run is in progress.
Succeeded — The blueprint run completed successfully.
Failed — The blueprint run failed and rollback is complete.
Rolling Back — The blueprint run failed and rollback is in progress.
state - The state of the blueprint run. Possible values are:
Running — The blueprint run is in progress.
Succeeded — The blueprint run completed successfully.
Failed — The blueprint run failed and rollback is complete.
Rolling Back — The blueprint run failed and rollback is in progress.
BlueprintRunState,
BlueprintRunStateBlueprintRun.Builder state(BlueprintRunState state)
The state of the blueprint run. Possible values are:
Running — The blueprint run is in progress.
Succeeded — The blueprint run completed successfully.
Failed — The blueprint run failed and rollback is complete.
Rolling Back — The blueprint run failed and rollback is in progress.
state - The state of the blueprint run. Possible values are:
Running — The blueprint run is in progress.
Succeeded — The blueprint run completed successfully.
Failed — The blueprint run failed and rollback is complete.
Rolling Back — The blueprint run failed and rollback is in progress.
BlueprintRunState,
BlueprintRunStateBlueprintRun.Builder startedOn(Instant startedOn)
The date and time that the blueprint run started.
startedOn - The date and time that the blueprint run started.BlueprintRun.Builder completedOn(Instant completedOn)
The date and time that the blueprint run completed.
completedOn - The date and time that the blueprint run completed.BlueprintRun.Builder errorMessage(String errorMessage)
Indicates any errors that are seen while running the blueprint.
errorMessage - Indicates any errors that are seen while running the blueprint.BlueprintRun.Builder rollbackErrorMessage(String rollbackErrorMessage)
If there are any errors while creating the entities of a workflow, we try to roll back the created entities until that point and delete them. This attribute indicates the errors seen while trying to delete the entities that are created.
rollbackErrorMessage - If there are any errors while creating the entities of a workflow, we try to roll back the created
entities until that point and delete them. This attribute indicates the errors seen while trying to
delete the entities that are created.BlueprintRun.Builder parameters(String parameters)
The blueprint parameters as a string. You will have to provide a value for each key that is required from the
parameter spec that is defined in the Blueprint$ParameterSpec.
parameters - The blueprint parameters as a string. You will have to provide a value for each key that is required
from the parameter spec that is defined in the Blueprint$ParameterSpec.BlueprintRun.Builder roleArn(String roleArn)
The role ARN. This role will be assumed by the Glue service and will be used to create the workflow and other entities of a workflow.
roleArn - The role ARN. This role will be assumed by the Glue service and will be used to create the workflow
and other entities of a workflow.Copyright © 2023. All rights reserved.