public static interface GetCalendarStateResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetCalendarStateResponse.Builder,GetCalendarStateResponse>
Modifier and Type | Method and Description |
---|---|
GetCalendarStateResponse.Builder |
atTime(String atTime)
The time, as an ISO 8601 string, that you specified in
your command.
|
GetCalendarStateResponse.Builder |
nextTransitionTime(String nextTransitionTime)
The time, as an ISO 8601 string, that the calendar state
will change.
|
GetCalendarStateResponse.Builder |
state(CalendarState state)
The state of the calendar.
|
GetCalendarStateResponse.Builder |
state(String state)
The state of the calendar.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetCalendarStateResponse.Builder state(String state)
The state of the calendar. An OPEN
calendar indicates that actions are allowed to proceed, and a
CLOSED
calendar indicates that actions are not allowed to proceed.
state
- The state of the calendar. An OPEN
calendar indicates that actions are allowed to
proceed, and a CLOSED
calendar indicates that actions are not allowed to proceed.CalendarState
,
CalendarState
GetCalendarStateResponse.Builder state(CalendarState state)
The state of the calendar. An OPEN
calendar indicates that actions are allowed to proceed, and a
CLOSED
calendar indicates that actions are not allowed to proceed.
state
- The state of the calendar. An OPEN
calendar indicates that actions are allowed to
proceed, and a CLOSED
calendar indicates that actions are not allowed to proceed.CalendarState
,
CalendarState
GetCalendarStateResponse.Builder atTime(String atTime)
The time, as an ISO 8601 string, that you specified in
your command. If you did not specify a time, GetCalendarState
uses the current time.
atTime
- The time, as an ISO 8601 string, that you
specified in your command. If you did not specify a time, GetCalendarState
uses the
current time.GetCalendarStateResponse.Builder nextTransitionTime(String nextTransitionTime)
The time, as an ISO 8601 string, that the calendar state
will change. If the current calendar state is OPEN
, NextTransitionTime
indicates
when the calendar state changes to CLOSED
, and vice-versa.
nextTransitionTime
- The time, as an ISO 8601 string, that the
calendar state will change. If the current calendar state is OPEN
,
NextTransitionTime
indicates when the calendar state changes to CLOSED
, and
vice-versa.Copyright © 2020. All rights reserved.