Interface RepositorySyncEvent.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RepositorySyncEvent.Builder,,- RepositorySyncEvent> - SdkBuilder<RepositorySyncEvent.Builder,,- RepositorySyncEvent> - SdkPojo
- Enclosing class:
- RepositorySyncEvent
@Mutable
@NotThreadSafe
public static interface RepositorySyncEvent.Builder
extends SdkPojo, CopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent> 
- 
Method SummaryModifier and TypeMethodDescriptionA description of a repository sync event.externalId(String externalId) The ID for a repository sync event.The time that a repository sync event occurred.The event type for a repository sync event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
eventA description of a repository sync event. - Parameters:
- event- A description of a repository sync event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
externalIdThe ID for a repository sync event. - Parameters:
- externalId- The ID for a repository sync event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timeThe time that a repository sync event occurred. - Parameters:
- time- The time that a repository sync event occurred.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe event type for a repository sync event. - Parameters:
- type- The event type for a repository sync event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-