Uses of Class
co.yellowdog.platform.model.SourceAllowance.Builder
Packages that use SourceAllowance.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of SourceAllowance.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return SourceAllowance.BuilderModifier and TypeMethodDescriptionSourceAllowance.Builder.allowedHours
(int allowedHours) SourceAllowance.Builder.boostHours
(Integer boostHours) static SourceAllowance.Builder
SourceAllowance.builder()
SourceAllowance.Builder.clearMonitoredStatuses()
SourceAllowance.Builder.description
(String description) SourceAllowance.Builder.effectiveFrom
(Instant effectiveFrom) SourceAllowance.Builder.effectiveUntil
(Instant effectiveUntil) SourceAllowance.Builder.hardLimitGraceMinutes
(Integer hardLimitGraceMinutes) SourceAllowance.Builder.limitEnforcement
(AllowanceLimitEnforcement limitEnforcement) SourceAllowance.Builder.monitoredStatus
(InstanceStatus monitoredStatus) SourceAllowance.Builder.monitoredStatuses
(Collection<? extends InstanceStatus> monitoredStatuses) SourceAllowance.Builder.resetInterval
(Integer resetInterval) SourceAllowance.Builder.resetType
(AllowanceResetType resetType)