| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableErrorDetails
Immutable implementation of
ErrorDetails. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableErrorDetails |
ImmutableErrorDetails.copyOf(ErrorDetails instance)
Creates an immutable copy of a
ErrorDetails value. |
ImmutableErrorDetails.Builder |
ImmutableErrorDetails.Builder.from(ErrorDetails instance)
Fill a builder with attribute values from the provided
ErrorDetails instance. |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ImmutableDescribeConnectorConfigurationResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
ErrorDetails |
DescribeConnectorConfigurationResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ImmutableValidateCredentialsResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
ErrorDetails |
ValidateCredentialsResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableValidateCredentialsResponse.Builder |
ImmutableValidateCredentialsResponse.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableValidateCredentialsResponse |
ImmutableValidateCredentialsResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ImmutableListEntitiesResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
ErrorDetails |
ImmutableDescribeEntityResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
ErrorDetails |
ListEntitiesResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
ErrorDetails |
DescribeEntityResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableListEntitiesResponse.Builder |
ImmutableListEntitiesResponse.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableDescribeEntityResponse.Builder |
ImmutableDescribeEntityResponse.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
ImmutableDescribeEntityResponse |
ImmutableDescribeEntityResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ImmutableQueryDataResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
ErrorDetails |
QueryDataResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableQueryDataResponse.Builder |
ImmutableQueryDataResponse.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableQueryDataResponse |
ImmutableQueryDataResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ImmutableRetrieveDataResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
ErrorDetails |
RetrieveDataResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableRetrieveDataResponse.Builder |
ImmutableRetrieveDataResponse.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableRetrieveDataResponse |
ImmutableRetrieveDataResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ImmutableValidateConnectorRuntimeSettingsResponse.errorDetails()
Error details contains ErrorCode and ErrorMessage if the Operation is unsuccessful.
|
ErrorDetails |
ValidateConnectorRuntimeSettingsResponse.errorDetails()
Error details contains ErrorCode and ErrorMessage if the Operation is unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableValidateConnectorRuntimeSettingsResponse.Builder |
ImmutableValidateConnectorRuntimeSettingsResponse.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableValidateConnectorRuntimeSettingsResponse |
ImmutableValidateConnectorRuntimeSettingsResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ImmutableWriteDataResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
ErrorDetails |
WriteDataResponse.errorDetails()
Error details if the Operation is unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableWriteDataResponse.Builder |
ImmutableWriteDataResponse.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableWriteDataResponse |
ImmutableWriteDataResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.