public static class ResourcePolicyDailyCycle.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ResourcePolicyDailyCycle |
build() |
ResourcePolicyDailyCycle.Builder |
clone() |
Integer |
getDaysInCycle()
Defines a schedule that runs every nth day of the month.
|
String |
getDuration()
[Output only] A predetermined duration for the window, automatically chosen to be the
smallest possible in the given scenario.
|
String |
getStartTime()
Start time of the window.
|
ResourcePolicyDailyCycle.Builder |
mergeFrom(ResourcePolicyDailyCycle other) |
ResourcePolicyDailyCycle.Builder |
setDaysInCycle(Integer daysInCycle)
Defines a schedule that runs every nth day of the month.
|
ResourcePolicyDailyCycle.Builder |
setDuration(String duration)
[Output only] A predetermined duration for the window, automatically chosen to be the
smallest possible in the given scenario.
|
ResourcePolicyDailyCycle.Builder |
setStartTime(String startTime)
Start time of the window.
|
public ResourcePolicyDailyCycle.Builder mergeFrom(ResourcePolicyDailyCycle other)
public Integer getDaysInCycle()
public ResourcePolicyDailyCycle.Builder setDaysInCycle(Integer daysInCycle)
public String getDuration()
public ResourcePolicyDailyCycle.Builder setDuration(String duration)
public String getStartTime()
public ResourcePolicyDailyCycle.Builder setStartTime(String startTime)
public ResourcePolicyDailyCycle build()
public ResourcePolicyDailyCycle.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.