Interface DataSourceErrorInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataSourceErrorInfo.Builder,DataSourceErrorInfo>,SdkBuilder<DataSourceErrorInfo.Builder,DataSourceErrorInfo>,SdkPojo
- Enclosing class:
- DataSourceErrorInfo
@Mutable @NotThreadSafe public static interface DataSourceErrorInfo.Builder extends SdkPojo, CopyableBuilder<DataSourceErrorInfo.Builder,DataSourceErrorInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourceErrorInfo.Buildermessage(String message)Error message.DataSourceErrorInfo.Buildertype(String type)Error type.DataSourceErrorInfo.Buildertype(DataSourceErrorInfoType type)Error type.-
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
-
type
DataSourceErrorInfo.Builder type(String type)
Error type.
- Parameters:
type- Error type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceErrorInfoType,DataSourceErrorInfoType
-
type
DataSourceErrorInfo.Builder type(DataSourceErrorInfoType type)
Error type.
- Parameters:
type- Error type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceErrorInfoType,DataSourceErrorInfoType
-
message
DataSourceErrorInfo.Builder message(String message)
Error message.
- Parameters:
message- Error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-