Interface PartialFailure.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PartialFailure.Builder,
,PartialFailure> SdkBuilder<PartialFailure.Builder,
,PartialFailure> SdkPojo
- Enclosing class:
PartialFailure
@Mutable
@NotThreadSafe
public static interface PartialFailure.Builder
extends SdkPojo, CopyableBuilder<PartialFailure.Builder,PartialFailure>
-
Method Summary
Modifier and TypeMethodDescriptionexceptionType
(String exceptionType) The type of error.failureCode
(String failureCode) The code of the error.failureDescription
(String failureDescription) A description of the error.failureResource
(String failureResource) The specified rule that could not be deleted.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 Details
-
failureResource
The specified rule that could not be deleted.
- Parameters:
failureResource
- The specified rule that could not be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exceptionType
The type of error.
- Parameters:
exceptionType
- The type of error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCode
The code of the error.
- Parameters:
failureCode
- The code of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureDescription
A description of the error.
- Parameters:
failureDescription
- A description of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-