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 (SSM 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 (SSM 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 (SSM 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 (SSM 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 (SSM 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 (SSM 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 don't specify a value or
AtTime
, the current time is used.
atTime
- (Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a value or
AtTime
, the current time is used.GetCalendarStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetCalendarStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.