public static interface UpdateCaseRequest.Builder extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<UpdateCaseRequest.Builder,UpdateCaseRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCaseRequest.Builder |
caseId(String caseId)
A unique identifier of the case.
|
UpdateCaseRequest.Builder |
domainId(String domainId)
The unique identifier of the Cases domain.
|
UpdateCaseRequest.Builder |
fields(Collection<FieldValue> fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
UpdateCaseRequest.Builder |
fields(Consumer<FieldValue.Builder>... fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
UpdateCaseRequest.Builder |
fields(FieldValue... fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
UpdateCaseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCaseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCaseRequest.Builder caseId(String caseId)
A unique identifier of the case.
caseId - A unique identifier of the case.UpdateCaseRequest.Builder domainId(String domainId)
The unique identifier of the Cases domain.
domainId - The unique identifier of the Cases domain.UpdateCaseRequest.Builder fields(Collection<FieldValue> fields)
An array of objects with fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase.
fields - An array of objects with fieldId (matching ListFields/DescribeField) and value union
data, structured identical to CreateCase.UpdateCaseRequest.Builder fields(FieldValue... fields)
An array of objects with fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase.
fields - An array of objects with fieldId (matching ListFields/DescribeField) and value union
data, structured identical to CreateCase.UpdateCaseRequest.Builder fields(Consumer<FieldValue.Builder>... fields)
An array of objects with fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase.
FieldValue.Builder avoiding the need to create one
manually via FieldValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #fields(List.
fields - a consumer that will call methods on
FieldValue.Builder#fields(java.util.Collection) UpdateCaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.