Uses of Class
co.yellowdog.platform.model.SourcesAllowance.Builder
Packages that use SourcesAllowance.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of SourcesAllowance.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return SourcesAllowance.BuilderModifier and TypeMethodDescriptionSourcesAllowance.Builder.allowedHours(int allowedHours) SourcesAllowance.Builder.boostHours(Integer boostHours) static SourcesAllowance.BuilderSourcesAllowance.builder()SourcesAllowance.Builder.clearInstanceTypes()SourcesAllowance.Builder.clearMonitoredStatuses()SourcesAllowance.Builder.clearRegions()SourcesAllowance.Builder.credentialName(String credentialName) SourcesAllowance.Builder.description(String description) SourcesAllowance.Builder.effectiveFrom(Instant effectiveFrom) SourcesAllowance.Builder.effectiveUntil(Instant effectiveUntil) SourcesAllowance.Builder.hardLimitGraceMinutes(Integer hardLimitGraceMinutes) SourcesAllowance.Builder.instanceType(String instanceType) SourcesAllowance.Builder.instanceTypes(Collection<? extends String> instanceTypes) SourcesAllowance.Builder.limitEnforcement(AllowanceLimitEnforcement limitEnforcement) SourcesAllowance.Builder.monitoredStatus(InstanceStatus monitoredStatus) SourcesAllowance.Builder.monitoredStatuses(Collection<? extends InstanceStatus> monitoredStatuses) SourcesAllowance.Builder.provider(CloudProvider provider) SourcesAllowance.Builder.regions(Collection<? extends String> regions) SourcesAllowance.Builder.resetInterval(Integer resetInterval) SourcesAllowance.Builder.resetType(AllowanceResetType resetType) SourcesAllowance.Builder.sourceCreatedFromId(String sourceCreatedFromId)