Interface BatchStartRecommendationsErrorEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchStartRecommendationsErrorEntry.Builder,BatchStartRecommendationsErrorEntry>,SdkBuilder<BatchStartRecommendationsErrorEntry.Builder,BatchStartRecommendationsErrorEntry>,SdkPojo
- Enclosing class:
- BatchStartRecommendationsErrorEntry
@Mutable @NotThreadSafe public static interface BatchStartRecommendationsErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchStartRecommendationsErrorEntry.Builder,BatchStartRecommendationsErrorEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchStartRecommendationsErrorEntry.Buildercode(String code)The code of an error that occurred during the analysis of the source database.BatchStartRecommendationsErrorEntry.BuilderdatabaseId(String databaseId)The identifier of the source database.BatchStartRecommendationsErrorEntry.Buildermessage(String message)The information about the error.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
databaseId
BatchStartRecommendationsErrorEntry.Builder databaseId(String databaseId)
The identifier of the source database.
- Parameters:
databaseId- The identifier of the source database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
BatchStartRecommendationsErrorEntry.Builder message(String message)
The information about the error.
- Parameters:
message- The information about the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
BatchStartRecommendationsErrorEntry.Builder code(String code)
The code of an error that occurred during the analysis of the source database.
- Parameters:
code- The code of an error that occurred during the analysis of the source database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-