Interface CreateCaseCommentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCaseCommentResponse.Builder,CreateCaseCommentResponse>,SdkBuilder<CreateCaseCommentResponse.Builder,CreateCaseCommentResponse>,SdkPojo,SdkResponse.Builder,SecurityIrResponse.Builder
- Enclosing class:
- CreateCaseCommentResponse
public static interface CreateCaseCommentResponse.Builder extends SecurityIrResponse.Builder, SdkPojo, CopyableBuilder<CreateCaseCommentResponse.Builder,CreateCaseCommentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCaseCommentResponse.BuildercommentId(String commentId)Response element indicating the new 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
CreateCaseCommentResponse.Builder commentId(String commentId)
Response element indicating the new comment ID.
- Parameters:
commentId- Response element indicating the new comment ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-