| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static EventIncludedData.Builder |
EventIncludedData.builder() |
EventIncludedData.Builder |
EventIncludedData.Builder.caseData(CaseEventIncludedData caseData)
Details of what case data is published through the case event stream.
|
default EventIncludedData.Builder |
EventIncludedData.Builder.caseData(Consumer<CaseEventIncludedData.Builder> caseData)
Details of what case data is published through the case event stream.
|
default EventIncludedData.Builder |
EventIncludedData.Builder.relatedItemData(Consumer<RelatedItemEventIncludedData.Builder> relatedItemData)
Details of what related item data is published through the case event stream.
|
EventIncludedData.Builder |
EventIncludedData.Builder.relatedItemData(RelatedItemEventIncludedData relatedItemData)
Details of what related item data is published through the case event stream.
|
EventIncludedData.Builder |
EventIncludedData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventIncludedData.Builder> |
EventIncludedData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventBridgeConfiguration.Builder |
EventBridgeConfiguration.Builder.includedData(Consumer<EventIncludedData.Builder> includedData)
Details of what case and related item data is published through the case event stream.
|
Copyright © 2023. All rights reserved.