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