public static final class GovernanceSchedule.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
GovernanceSchedule |
build() |
GovernanceSchedule.Builder |
duration(Duration duration) |
GovernanceSchedule.Builder |
endDateTime(OffsetDateTime endDateTime) |
GovernanceSchedule.Builder |
startDateTime(OffsetDateTime startDateTime) |
GovernanceSchedule.Builder |
type(String type) |
public GovernanceSchedule.Builder type(String type)
public GovernanceSchedule.Builder startDateTime(OffsetDateTime startDateTime)
public GovernanceSchedule.Builder endDateTime(OffsetDateTime endDateTime)
public GovernanceSchedule.Builder duration(Duration duration)
public GovernanceSchedule build()
Copyright © 2018–2020. All rights reserved.