public static interface Failures.Builder extends SdkPojo, CopyableBuilder<Failures.Builder,Failures>
| Modifier and Type | Method and Description |
|---|---|
Failures.Builder |
exceptionMessage(String exceptionMessage)
List of all exception messages.
|
Failures.Builder |
remediation(String remediation)
List of all remediation steps for failures.
|
Failures.Builder |
timestamp(Instant timestamp)
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for
validation had errors or missing values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailures.Builder exceptionMessage(String exceptionMessage)
List of all exception messages.
exceptionMessage - List of all exception messages.Failures.Builder remediation(String remediation)
List of all remediation steps for failures.
remediation - List of all remediation steps for failures.Failures.Builder timestamp(Instant timestamp)
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
timestamp - This error can occur if you configure the wrong timestamp format, or if the subset of entries used for
validation had errors or missing values.Copyright © 2022. All rights reserved.