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