Interface TargetSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TargetSummary.Builder,TargetSummary>, SdkBuilder<TargetSummary.Builder,TargetSummary>, SdkPojo
Enclosing class:
TargetSummary

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

    • 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

      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: