Interface DeleteScheduleRequest.Builder

    • Method Detail

      • 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

        DeleteScheduleRequest.Builder name​(String 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.