| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceErrorMessage.Builder |
DataSourceErrorMessage.builder() |
DataSourceErrorMessage.Builder |
DataSourceErrorMessage.Builder.errorDetail(String errorDetail)
The details of the error message that is returned if the operation cannot be successfully completed.
|
DataSourceErrorMessage.Builder |
DataSourceErrorMessage.Builder.errorType(DataSourceErrorType errorType)
The type of the error message that is returned if the operation cannot be successfully completed.
|
DataSourceErrorMessage.Builder |
DataSourceErrorMessage.Builder.errorType(String errorType)
The type of the error message that is returned if the operation cannot be successfully completed.
|
DataSourceErrorMessage.Builder |
DataSourceErrorMessage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataSourceErrorMessage.Builder> |
DataSourceErrorMessage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteDataSourceResponse.Builder |
DeleteDataSourceResponse.Builder.errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
default CreateDataSourceResponse.Builder |
CreateDataSourceResponse.Builder.errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
default UpdateDataSourceResponse.Builder |
UpdateDataSourceResponse.Builder.errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
default GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
default DataSourceRunActivity.Builder |
DataSourceRunActivity.Builder.errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Sets the value of the ErrorMessage property for this object.
|
default DataSourceRunSummary.Builder |
DataSourceRunSummary.Builder.errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Sets the value of the ErrorMessage property for this object.
|
default GetDataSourceRunResponse.Builder |
GetDataSourceRunResponse.Builder.errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
default StartDataSourceRunResponse.Builder |
StartDataSourceRunResponse.Builder.errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
default DeleteDataSourceResponse.Builder |
DeleteDataSourceResponse.Builder.lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
default CreateDataSourceResponse.Builder |
CreateDataSourceResponse.Builder.lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
default UpdateDataSourceResponse.Builder |
UpdateDataSourceResponse.Builder.lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
The last run error message of the data source.
|
default DataSourceSummary.Builder |
DataSourceSummary.Builder.lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
Sets the value of the LastRunErrorMessage property for this object.
|
default GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
Copyright © 2023. All rights reserved.