public static class ResourcePolicyHourlyCycle.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ResourcePolicyHourlyCycle |
build() |
ResourcePolicyHourlyCycle.Builder |
clone() |
String |
getDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in
the given scenario.
|
Integer |
getHoursInCycle()
Allows to define schedule that runs every nth hour.
|
String |
getStartTime()
Time within the window to start the operations.
|
ResourcePolicyHourlyCycle.Builder |
mergeFrom(ResourcePolicyHourlyCycle other) |
ResourcePolicyHourlyCycle.Builder |
setDuration(String duration)
[Output only] Duration of the time window, automatically chosen to be smallest possible in
the given scenario.
|
ResourcePolicyHourlyCycle.Builder |
setHoursInCycle(Integer hoursInCycle)
Allows to define schedule that runs every nth hour.
|
ResourcePolicyHourlyCycle.Builder |
setStartTime(String startTime)
Time within the window to start the operations.
|
public ResourcePolicyHourlyCycle.Builder mergeFrom(ResourcePolicyHourlyCycle other)
public String getDuration()
public ResourcePolicyHourlyCycle.Builder setDuration(String duration)
public Integer getHoursInCycle()
public ResourcePolicyHourlyCycle.Builder setHoursInCycle(Integer hoursInCycle)
public String getStartTime()
public ResourcePolicyHourlyCycle.Builder setStartTime(String startTime)
public ResourcePolicyHourlyCycle build()
public ResourcePolicyHourlyCycle.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.