public static interface DryRunProgressStatus.Builder extends SdkPojo, CopyableBuilder<DryRunProgressStatus.Builder,DryRunProgressStatus>
| Modifier and Type | Method and Description |
|---|---|
DryRunProgressStatus.Builder |
creationDate(String creationDate)
The timestamp when the dry run was initiated.
|
DryRunProgressStatus.Builder |
dryRunId(String dryRunId)
The unique identifier of the dry run.
|
DryRunProgressStatus.Builder |
dryRunStatus(String dryRunStatus)
The current status of the dry run.
|
DryRunProgressStatus.Builder |
updateDate(String updateDate)
The timestamp when the dry run was last updated.
|
DryRunProgressStatus.Builder |
validationFailures(Collection<ValidationFailure> validationFailures)
Any validation failures that occurred as a result of the dry run.
|
DryRunProgressStatus.Builder |
validationFailures(Consumer<ValidationFailure.Builder>... validationFailures)
Any validation failures that occurred as a result of the dry run.
|
DryRunProgressStatus.Builder |
validationFailures(ValidationFailure... validationFailures)
Any validation failures that occurred as a result of the dry run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDryRunProgressStatus.Builder dryRunId(String dryRunId)
The unique identifier of the dry run.
dryRunId - The unique identifier of the dry run.DryRunProgressStatus.Builder dryRunStatus(String dryRunStatus)
The current status of the dry run.
dryRunStatus - The current status of the dry run.DryRunProgressStatus.Builder creationDate(String creationDate)
The timestamp when the dry run was initiated.
creationDate - The timestamp when the dry run was initiated.DryRunProgressStatus.Builder updateDate(String updateDate)
The timestamp when the dry run was last updated.
updateDate - The timestamp when the dry run was last updated.DryRunProgressStatus.Builder validationFailures(Collection<ValidationFailure> validationFailures)
Any validation failures that occurred as a result of the dry run.
validationFailures - Any validation failures that occurred as a result of the dry run.DryRunProgressStatus.Builder validationFailures(ValidationFailure... validationFailures)
Any validation failures that occurred as a result of the dry run.
validationFailures - Any validation failures that occurred as a result of the dry run.DryRunProgressStatus.Builder validationFailures(Consumer<ValidationFailure.Builder>... validationFailures)
Any validation failures that occurred as a result of the dry run.
This is a convenience method that creates an instance of theValidationFailure.Builder avoiding the need to
create one manually via ValidationFailure.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #validationFailures(List.
validationFailures - a consumer that will call methods on
ValidationFailure.Builder#validationFailures(java.util.Collection) Copyright © 2023. All rights reserved.