Interface ImmutableCooldownConfiguration.RepositoryBuildStage<C>
- All Known Implementing Classes:
ImmutableCooldownConfiguration.Builder
- Enclosing class:
- ImmutableCooldownConfiguration<C>
public static interface ImmutableCooldownConfiguration.RepositoryBuildStage<C>
-
Method Summary
Modifier and TypeMethodDescriptionrepository(@NonNull CooldownRepository<C> repository) Initializes the value for therepositoryattribute.
-
Method Details
-
repository
Initializes the value for therepositoryattribute.- Parameters:
repository- The value for repository- Returns:
thisbuilder for use in a chained invocation
-