Interface NotificationTarget.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NotificationTarget.Builder,,NotificationTarget> SdkBuilder<NotificationTarget.Builder,,NotificationTarget> SdkPojo
- Enclosing class:
NotificationTarget
@Mutable
@NotThreadSafe
public static interface NotificationTarget.Builder
extends SdkPojo, CopyableBuilder<NotificationTarget.Builder,NotificationTarget>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the notification target.Additional target-specific metadata.The type of notification target.type(NotificationTargetType type) The type of notification target.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of notification target.
- Parameters:
type- The type of notification target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of notification target.
- Parameters:
type- The type of notification target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name (ARN) of the notification target. For
slackandpagerduty, an integration ARN as returned byListIntegrations.- Parameters:
arn- The Amazon Resource Name (ARN) of the notification target. Forslackandpagerduty, an integration ARN as returned byListIntegrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
Additional target-specific metadata.
- Parameters:
metadata- Additional target-specific metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-