Uses of Interface
software.amazon.awssdk.services.appintegrations.model.Publication.Builder
-
Packages that use Publication.Builder Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of Publication.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return Publication.Builder Modifier and Type Method Description static Publication.BuilderPublication. builder()Publication.BuilderPublication.Builder. description(String description)The description of the publication.Publication.BuilderPublication.Builder. event(String event)The name of the publication.Publication.BuilderPublication.Builder. schema(String schema)The JSON schema of the publication event.Publication.BuilderPublication. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type Publication.Builder Modifier and Type Method Description static Class<? extends Publication.Builder>Publication. serializableBuilderClass()
-