Interface UpdateCaseCommentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateCaseCommentResponse.Builder,
,UpdateCaseCommentResponse> SdkBuilder<UpdateCaseCommentResponse.Builder,
,UpdateCaseCommentResponse> SdkPojo
,SdkResponse.Builder
,SecurityIrResponse.Builder
- Enclosing class:
UpdateCaseCommentResponse
@Mutable
@NotThreadSafe
public static interface UpdateCaseCommentResponse.Builder
extends SecurityIrResponse.Builder, SdkPojo, CopyableBuilder<UpdateCaseCommentResponse.Builder,UpdateCaseCommentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionResponse element for UpdateCaseComment providing the updated comment content.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 Details
-
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
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.
-