Interface UpdateCaseCommentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateCaseCommentResponse.Builder,UpdateCaseCommentResponse>,SdkBuilder<UpdateCaseCommentResponse.Builder,UpdateCaseCommentResponse>,SdkPojo,SdkResponse.Builder,SecurityIrResponse.Builder
- Enclosing class:
- UpdateCaseCommentResponse
public static interface UpdateCaseCommentResponse.Builder extends SecurityIrResponse.Builder, SdkPojo, CopyableBuilder<UpdateCaseCommentResponse.Builder,UpdateCaseCommentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCaseCommentResponse.Builderbody(String body)Response element for UpdateCaseComment providing the updated comment content.UpdateCaseCommentResponse.BuildercommentId(String commentId)Response element for UpdateCaseComment providing the updated comment ID.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.securityir.model.SecurityIrResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
commentId
UpdateCaseCommentResponse.Builder commentId(String commentId)
Response element for UpdateCaseComment providing the updated comment ID.
- Parameters:
commentId- Response element for UpdateCaseComment providing the updated comment ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
body
UpdateCaseCommentResponse.Builder body(String body)
Response element for UpdateCaseComment providing the updated comment content.
- Parameters:
body- Response element for UpdateCaseComment providing the updated comment content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-