Interface Publication.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Publication.Builder,,Publication> SdkBuilder<Publication.Builder,,Publication> SdkPojo
- Enclosing class:
 Publication
public static interface Publication.Builder
extends SdkPojo, CopyableBuilder<Publication.Builder,Publication> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the publication.The name of the publication.The JSON schema of the publication event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
event
The name of the publication.
- Parameters:
 event- The name of the publication.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
schema
The JSON schema of the publication event.
- Parameters:
 schema- The JSON schema of the publication event.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description of the publication.
- Parameters:
 description- The description of the publication.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -