public static interface Target.Builder extends SdkPojo, CopyableBuilder<Target.Builder,Target>
| Modifier and Type | Method and Description |
|---|---|
Target.Builder |
targetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the SNS topic.
|
Target.Builder |
targetType(String targetType)
The target type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTarget.Builder targetType(String targetType)
The target type. Can be an Amazon SNS topic.
targetType - The target type. Can be an Amazon SNS topic.Target.Builder targetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the SNS topic.
targetAddress - The Amazon Resource Name (ARN) of the SNS topic.Copyright © 2019. All rights reserved.