Interface TargetSummary.Builder

    • Method Detail

      • targetAddress

        TargetSummary.Builder targetAddress​(String targetAddress)

        The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.

        Parameters:
        targetAddress - The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetType

        TargetSummary.Builder targetType​(String targetType)

        The type of the target (for example, SNS).

        • Chatbot topics are specified as SNS.

        • Chatbot clients are specified as AWSChatbotSlack.

        Parameters:
        targetType - The type of the target (for example, SNS).

        • Chatbot topics are specified as SNS.

        • Chatbot clients are specified as AWSChatbotSlack.

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

        TargetSummary.Builder targetStatus​(String targetStatus)

        The status of the target.

        Parameters:
        targetStatus - The status of the target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetStatus, TargetStatus
      • targetStatus

        TargetSummary.Builder targetStatus​(TargetStatus targetStatus)

        The status of the target.

        Parameters:
        targetStatus - The status of the target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetStatus, TargetStatus