static UpdateCaseRequest.Builder |
UpdateCaseRequest.builder() |
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.caseId(String caseId) |
A unique identifier of the case.
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.domainId(String domainId) |
The unique identifier of the Cases domain.
|
UpdateCaseRequest.Builder |
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 |
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 |
UpdateCaseRequest.Builder.fields(FieldValue... fields) |
An array of objects with fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase.
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.performedBy(Consumer<UserUnion.Builder> performedBy) |
Sets the value of the PerformedBy property for this object.
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.performedBy(UserUnion performedBy) |
Sets the value of the PerformedBy property for this object.
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.toBuilder() |
|