Interface DeleteCodeReviewFailure.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteCodeReviewFailure.Builder,,DeleteCodeReviewFailure> SdkBuilder<DeleteCodeReviewFailure.Builder,,DeleteCodeReviewFailure> SdkPojo
- Enclosing class:
DeleteCodeReviewFailure
@Mutable
@NotThreadSafe
public static interface DeleteCodeReviewFailure.Builder
extends SdkPojo, CopyableBuilder<DeleteCodeReviewFailure.Builder,DeleteCodeReviewFailure>
-
Method Summary
Modifier and TypeMethodDescriptioncodeReviewId(String codeReviewId) The unique identifier of the code review that failed to delete.The reason the code review 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
-
codeReviewId
The unique identifier of the code review that failed to delete.
- Parameters:
codeReviewId- The unique identifier of the code review that failed to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
The reason the code review failed to delete.
- Parameters:
reason- The reason the code review failed to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-