public static interface CreateRelatedItemRequest.Builder extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<CreateRelatedItemRequest.Builder,CreateRelatedItemRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRelatedItemRequest.Builder |
caseId(String caseId)
A unique identifier of the case.
|
default CreateRelatedItemRequest.Builder |
content(Consumer<RelatedItemInputContent.Builder> content)
The content of a related item to be created.
|
CreateRelatedItemRequest.Builder |
content(RelatedItemInputContent content)
The content of a related item to be created.
|
CreateRelatedItemRequest.Builder |
domainId(String domainId)
The unique identifier of the Cases domain.
|
CreateRelatedItemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRelatedItemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRelatedItemRequest.Builder |
type(RelatedItemType type)
The type of a related item.
|
CreateRelatedItemRequest.Builder |
type(String type)
The type of a related item.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRelatedItemRequest.Builder caseId(String caseId)
A unique identifier of the case.
caseId - A unique identifier of the case.CreateRelatedItemRequest.Builder content(RelatedItemInputContent content)
The content of a related item to be created.
content - The content of a related item to be created.default CreateRelatedItemRequest.Builder content(Consumer<RelatedItemInputContent.Builder> content)
The content of a related item to be created.
This is a convenience method that creates an instance of theRelatedItemInputContent.Builder avoiding
the need to create one manually via RelatedItemInputContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to content(RelatedItemInputContent).
content - a consumer that will call methods on RelatedItemInputContent.Buildercontent(RelatedItemInputContent)CreateRelatedItemRequest.Builder domainId(String domainId)
The unique identifier of the Cases domain.
domainId - The unique identifier of the Cases domain.CreateRelatedItemRequest.Builder type(String type)
The type of a related item.
type - The type of a related item.RelatedItemType,
RelatedItemTypeCreateRelatedItemRequest.Builder type(RelatedItemType type)
The type of a related item.
type - The type of a related item.RelatedItemType,
RelatedItemTypeCreateRelatedItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRelatedItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.