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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetSummary.BuildertargetAddress(String targetAddress)The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.TargetSummary.BuildertargetStatus(String targetStatus)The status of the target.TargetSummary.BuildertargetStatus(TargetStatus targetStatus)The status of the target.TargetSummary.BuildertargetType(String targetType)The type of the target (for example,SNS).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
-
-