Class RuntimeRepositoryEventUpdateRunning.Builder
java.lang.Object
com.io7m.coffeepick.repository.spi.RuntimeRepositoryEventUpdateRunning.Builder
- Enclosing class:
- RuntimeRepositoryEventUpdateRunning
public static final class RuntimeRepositoryEventUpdateRunning.Builder
extends java.lang.Object
Builds instances of type
RuntimeRepositoryEventUpdateRunning
.
Initialize attributes and then invoke the build()
method to create an
immutable instance.
Builder
is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
-
Method Summary
Modifier and Type Method Description RuntimeRepositoryEventUpdateRunning
build()
Builds a newRuntimeRepositoryEventUpdateRunning
.RuntimeRepositoryEventUpdateRunning.Builder
from(RuntimeRepositoryEventType instance)
Fill a builder with attribute values from the providedcom.io7m.coffeepick.repository.spi.RuntimeRepositoryEventType
instance.RuntimeRepositoryEventUpdateRunning.Builder
from(RuntimeRepositoryEventUpdateRunningType instance)
Fill a builder with attribute values from the providedcom.io7m.coffeepick.repository.spi.RuntimeRepositoryEventUpdateRunningType
instance.RuntimeRepositoryEventUpdateRunning.Builder
from(RuntimeRepositoryEventUpdateType instance)
Fill a builder with attribute values from the providedcom.io7m.coffeepick.repository.spi.RuntimeRepositoryEventUpdateType
instance.RuntimeRepositoryEventUpdateRunning.Builder
setProgress(double progress)
Initializes the value for theprogress
attribute.RuntimeRepositoryEventUpdateRunning.Builder
setRepository(java.net.URI repository)
Initializes the value for therepository
attribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedcom.io7m.coffeepick.repository.spi.RuntimeRepositoryEventType
instance.- Parameters:
instance
- The instance from which to copy values- Returns:
this
builder for use in a chained invocation
-
from
public final RuntimeRepositoryEventUpdateRunning.Builder from(RuntimeRepositoryEventUpdateRunningType instance)Fill a builder with attribute values from the providedcom.io7m.coffeepick.repository.spi.RuntimeRepositoryEventUpdateRunningType
instance.- Parameters:
instance
- The instance from which to copy values- Returns:
this
builder for use in a chained invocation
-
from
public final RuntimeRepositoryEventUpdateRunning.Builder from(RuntimeRepositoryEventUpdateType instance)Fill a builder with attribute values from the providedcom.io7m.coffeepick.repository.spi.RuntimeRepositoryEventUpdateType
instance.- Parameters:
instance
- The instance from which to copy values- Returns:
this
builder for use in a chained invocation
-
setRepository
Initializes the value for therepository
attribute.- Parameters:
repository
- The value for repository- Returns:
this
builder for use in a chained invocation
-
setProgress
Initializes the value for theprogress
attribute.- Parameters:
progress
- The value for progress- Returns:
this
builder for use in a chained invocation
-
build
Builds a newRuntimeRepositoryEventUpdateRunning
.- Returns:
- An immutable instance of RuntimeRepositoryEventUpdateRunning
- Throws:
java.lang.IllegalStateException
- if any required attributes are missing
-