Interface FailureReason.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FailureReason.Builder,,FailureReason> SdkBuilder<FailureReason.Builder,,FailureReason> SdkPojo
- Enclosing class:
FailureReason
@Mutable
@NotThreadSafe
public static interface FailureReason.Builder
extends SdkPojo, CopyableBuilder<FailureReason.Builder,FailureReason>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the resource that failed to delete.The error message associated with the resource that failed to delete.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The identifier of the resource that failed to delete.
- Parameters:
id- The identifier of the resource that failed to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message associated with the resource that failed to delete.
- Parameters:
message- The error message associated with the resource that failed to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-