JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.ssmcontacts.model

Class CreateRotationOverrideRequest

    • Constructor Detail

      • CreateRotationOverrideRequest

        public CreateRotationOverrideRequest()
    • Method Detail

      • setRotationId

        public void setRotationId(String rotationId)

        The Amazon Resource Name (ARN) of the rotation to create an override for.

        Parameters:
        rotationId - The Amazon Resource Name (ARN) of the rotation to create an override for.
      • getRotationId

        public String getRotationId()

        The Amazon Resource Name (ARN) of the rotation to create an override for.

        Returns:
        The Amazon Resource Name (ARN) of the rotation to create an override for.
      • withRotationId

        public CreateRotationOverrideRequest withRotationId(String rotationId)

        The Amazon Resource Name (ARN) of the rotation to create an override for.

        Parameters:
        rotationId - The Amazon Resource Name (ARN) of the rotation to create an override for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getNewContactIds

        public List<String> getNewContactIds()

        The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.

        If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.

        Returns:
        The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.

        If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.

      • setNewContactIds

        public void setNewContactIds(Collection<String> newContactIds)

        The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.

        If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.

        Parameters:
        newContactIds - The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.

        If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.

      • withNewContactIds

        public CreateRotationOverrideRequest withNewContactIds(String... newContactIds)

        The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.

        If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.

        NOTE: This method appends the values to the existing list (if any). Use setNewContactIds(java.util.Collection) or withNewContactIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        newContactIds - The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.

        If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withNewContactIds

        public CreateRotationOverrideRequest withNewContactIds(Collection<String> newContactIds)

        The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.

        If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.

        Parameters:
        newContactIds - The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.

        If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

        The date and time when the override goes into effect.

        Parameters:
        startTime - The date and time when the override goes into effect.
      • getStartTime

        public Date getStartTime()

        The date and time when the override goes into effect.

        Returns:
        The date and time when the override goes into effect.
      • withStartTime

        public CreateRotationOverrideRequest withStartTime(Date startTime)

        The date and time when the override goes into effect.

        Parameters:
        startTime - The date and time when the override goes into effect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndTime

        public void setEndTime(Date endTime)

        The date and time when the override ends.

        Parameters:
        endTime - The date and time when the override ends.
      • getEndTime

        public Date getEndTime()

        The date and time when the override ends.

        Returns:
        The date and time when the override ends.
      • withEndTime

        public CreateRotationOverrideRequest withEndTime(Date endTime)

        The date and time when the override ends.

        Parameters:
        endTime - The date and time when the override ends.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdempotencyToken

        public void setIdempotencyToken(String idempotencyToken)

        A token that ensures that the operation is called only once with the specified details.

        Parameters:
        idempotencyToken - A token that ensures that the operation is called only once with the specified details.
      • getIdempotencyToken

        public String getIdempotencyToken()

        A token that ensures that the operation is called only once with the specified details.

        Returns:
        A token that ensures that the operation is called only once with the specified details.
      • withIdempotencyToken

        public CreateRotationOverrideRequest withIdempotencyToken(String idempotencyToken)

        A token that ensures that the operation is called only once with the specified details.

        Parameters:
        idempotencyToken - A token that ensures that the operation is called only once with the specified details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /