Interface DeleteScheduleRequest.Builder

  • Method Details

    • clientToken

      DeleteScheduleRequest.Builder clientToken(String clientToken)

      Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.

      Parameters:
      clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupName

      DeleteScheduleRequest.Builder groupName(String groupName)

      The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.

      Parameters:
      groupName - The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the schedule to delete.

      Parameters:
      name - The name of the schedule to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteScheduleRequest.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.