Uses of Interface
software.amazon.awssdk.services.connectcases.model.CaseEventIncludedData.Builder
-
Packages that use CaseEventIncludedData.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of CaseEventIncludedData.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return CaseEventIncludedData.Builder Modifier and Type Method Description static CaseEventIncludedData.BuilderCaseEventIncludedData. builder()CaseEventIncludedData.BuilderCaseEventIncludedData.Builder. fields(Collection<FieldIdentifier> fields)List of field identifiers.CaseEventIncludedData.BuilderCaseEventIncludedData.Builder. fields(Consumer<FieldIdentifier.Builder>... fields)List of field identifiers.CaseEventIncludedData.BuilderCaseEventIncludedData.Builder. fields(FieldIdentifier... fields)List of field identifiers.CaseEventIncludedData.BuilderCaseEventIncludedData. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type CaseEventIncludedData.Builder Modifier and Type Method Description static Class<? extends CaseEventIncludedData.Builder>CaseEventIncludedData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type CaseEventIncludedData.Builder Modifier and Type Method Description default EventIncludedData.BuilderEventIncludedData.Builder. caseData(Consumer<CaseEventIncludedData.Builder> caseData)Details of what case data is published through the case event stream.
-