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)
Add an optional request override configuration.
|
GetCalendarStateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetCalendarStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.