Interface RepositorySyncEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>,SdkBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>,SdkPojo
- Enclosing class:
- RepositorySyncEvent
public static interface RepositorySyncEvent.Builder extends SdkPojo, CopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositorySyncEvent.Builderevent(String event)Event detail for a repository sync attempt.RepositorySyncEvent.BuilderexternalId(String externalId)The external ID of the sync event.RepositorySyncEvent.Buildertime(Instant time)The time that the sync event occurred.RepositorySyncEvent.Buildertype(String type)The type of event.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
event
RepositorySyncEvent.Builder event(String event)
Event detail for a repository sync attempt.
- Parameters:
event- Event detail for a repository sync attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalId
RepositorySyncEvent.Builder externalId(String externalId)
The external ID of the sync event.
- Parameters:
externalId- The external ID of the sync event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
time
RepositorySyncEvent.Builder time(Instant time)
The time that the sync event occurred.
- Parameters:
time- The time that the sync event occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
RepositorySyncEvent.Builder type(String type)
The type of event.
- Parameters:
type- The type of event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-