Interface ErrorDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ErrorDetails.Builder,,- ErrorDetails> - SdkBuilder<ErrorDetails.Builder,,- ErrorDetails> - SdkPojo
- Enclosing class:
- ErrorDetails
@Mutable
@NotThreadSafe
public static interface ErrorDetails.Builder
extends SdkPojo, CopyableBuilder<ErrorDetails.Builder,ErrorDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionerrorMessage(String errorMessage) Sets the value of the ErrorMessage property for this object.Sets the value of the ErrorType property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
errorTypeSets the value of the ErrorType property for this object.- Parameters:
- errorType- The new value for the ErrorType property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorMessageSets the value of the ErrorMessage property for this object.- Parameters:
- errorMessage- The new value for the ErrorMessage property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-