public static interface GetCalendarStateRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetCalendarStateRequest.Builder,GetCalendarStateRequest>
Modifier and Type | Method and Description |
---|---|
GetCalendarStateRequest.Builder |
atTime(String atTime)
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format.
|
GetCalendarStateRequest.Builder |
calendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar
entries for which you want to get the state.
|
GetCalendarStateRequest.Builder |
calendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar
entries for which you want to get the state.
|
GetCalendarStateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCalendarStateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetCalendarStateRequest.Builder calendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar entries for which you want to get the state.
calendarNames
- The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar
entries for which you want to get the state.GetCalendarStateRequest.Builder calendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar entries for which you want to get the state.
calendarNames
- The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar
entries for which you want to get the state.GetCalendarStateRequest.Builder atTime(String atTime)
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you do not add AtTime
, the
current time is assumed.
atTime
- (Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you do not add
AtTime
, the current time is assumed.GetCalendarStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetCalendarStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.