Interface CreateCaseCommentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCaseCommentRequest.Builder,CreateCaseCommentRequest>,SdkBuilder<CreateCaseCommentRequest.Builder,CreateCaseCommentRequest>,SdkPojo,SdkRequest.Builder,SecurityIrRequest.Builder
- Enclosing class:
- CreateCaseCommentRequest
public static interface CreateCaseCommentRequest.Builder extends SecurityIrRequest.Builder, SdkPojo, CopyableBuilder<CreateCaseCommentRequest.Builder,CreateCaseCommentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCaseCommentRequest.Builderbody(String body)Required element used in combination with CreateCaseComment to add content for the new comment.CreateCaseCommentRequest.BuildercaseId(String caseId)Required element used in combination with CreateCaseComment to specify a case ID.CreateCaseCommentRequest.BuilderclientToken(String clientToken)An optional element used in combination with CreateCaseComment.CreateCaseCommentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCaseCommentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.securityir.model.SecurityIrRequest.Builder
build
-
-
-
-
Method Detail
-
caseId
CreateCaseCommentRequest.Builder caseId(String caseId)
Required element used in combination with CreateCaseComment to specify a case ID.
- Parameters:
caseId- Required element used in combination with CreateCaseComment to specify a case ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateCaseCommentRequest.Builder clientToken(String clientToken)
An optional element used in combination with CreateCaseComment.
- Parameters:
clientToken- An optional element used in combination with CreateCaseComment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
body
CreateCaseCommentRequest.Builder body(String body)
Required element used in combination with CreateCaseComment to add content for the new comment.
- Parameters:
body- Required element used in combination with CreateCaseComment to add content for the new comment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCaseCommentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCaseCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-