| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableErrorDetails |
ImmutableErrorDetails.Builder.build()
Builds a new
ImmutableErrorDetails. |
static ImmutableErrorDetails |
ImmutableErrorDetails.copyOf(ErrorDetails instance)
Creates an immutable copy of a
ErrorDetails value. |
ImmutableErrorDetails |
ImmutableErrorDetails.withErrorCode(ErrorCode value)
Copy the current immutable object by setting a value for the
errorCode attribute. |
ImmutableErrorDetails |
ImmutableErrorDetails.withErrorMessage(String value)
Copy the current immutable object by setting a value for the
errorMessage attribute. |
ImmutableErrorDetails |
ImmutableErrorDetails.withRetryAfterSeconds(Integer value)
Copy the current immutable object by setting a value for the
retryAfterSeconds attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.