Interface GetCalendarStateRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetCalendarStateRequest.Builder,GetCalendarStateRequest>, SdkBuilder<GetCalendarStateRequest.Builder,GetCalendarStateRequest>, SdkPojo, SdkRequest.Builder, SsmRequest.Builder
Enclosing class:
GetCalendarStateRequest

public static interface GetCalendarStateRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetCalendarStateRequest.Builder,GetCalendarStateRequest>
  • Method Details

    • calendarNames

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • calendarNames

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetCalendarStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.