public static interface Publication.Builder extends SdkPojo, CopyableBuilder<Publication.Builder,Publication>
| Modifier and Type | Method and Description |
|---|---|
Publication.Builder |
description(String description)
The description of the publication.
|
Publication.Builder |
event(String event)
The name of the publication.
|
Publication.Builder |
schema(String schema)
The JSON schema of the publication event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPublication.Builder event(String event)
The name of the publication.
event - The name of the publication.Publication.Builder schema(String schema)
The JSON schema of the publication event.
schema - The JSON schema of the publication event.Publication.Builder description(String description)
The description of the publication.
description - The description of the publication.Copyright © 2023. All rights reserved.