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 SNS topic.
|
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 SNS topic.
targetAddress - The Amazon Resource Name (ARN) of the SNS topic.TargetSummary.Builder targetType(String targetType)
The type of the target (for example, SNS).
targetType - The type of the target (for example, SNS).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 © 2021. All rights reserved.