Interface StatusDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StatusDetails.Builder,,- StatusDetails> - SdkBuilder<StatusDetails.Builder,,- StatusDetails> - SdkPojo
- Enclosing class:
- StatusDetails
@Mutable
@NotThreadSafe
public static interface StatusDetails.Builder
extends SdkPojo, CopyableBuilder<StatusDetails.Builder,StatusDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe error message that was returned.statusCode(String statusCodeValue) The status code that was returned.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- 
statusCodeThe status code that was returned. The status code is intended for programmatic error handling. Clean Rooms ML will not change the status code for existing error conditions. - Parameters:
- statusCodeValue- The status code that was returned. The status code is intended for programmatic error handling. Clean Rooms ML will not change the status code for existing error conditions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
messageThe error message that was returned. The message is intended for human consumption and can change at any time. Use the statusCodefor programmatic error handling.- Parameters:
- message- The error message that was returned. The message is intended for human consumption and can change at any time. Use the- statusCodefor programmatic error handling.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-