public static interface TargetSummary.Builder extends SdkPojo, CopyableBuilder<TargetSummary.Builder,TargetSummary>
| Modifier and Type | Method and Description |
|---|---|
TargetSummary.Builder |
targetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
|
TargetSummary.Builder |
targetStatus(String targetStatus)
The status of the target.
|
TargetSummary.Builder |
targetStatus(TargetStatus targetStatus)
The status of the target.
|
TargetSummary.Builder |
targetType(String targetType)
The type of the target (for example,
SNS). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetSummary.Builder targetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
targetAddress - The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.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.
targetType - The type of the target (for example, SNS).
Chatbot topics are specified as SNS.
Chatbot clients are specified as AWSChatbotSlack.
TargetSummary.Builder targetStatus(String targetStatus)
The status of the target.
targetStatus - The status of the target.TargetStatus,
TargetStatusTargetSummary.Builder targetStatus(TargetStatus targetStatus)
The status of the target.
targetStatus - The status of the target.TargetStatus,
TargetStatusCopyright © 2023. All rights reserved.