Interface OpsItemNotification.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OpsItemNotification.Builder,OpsItemNotification>, SdkBuilder<OpsItemNotification.Builder,OpsItemNotification>, SdkPojo
Enclosing class:
OpsItemNotification

public static interface OpsItemNotification.Builder extends SdkPojo, CopyableBuilder<OpsItemNotification.Builder,OpsItemNotification>
  • Method Summary

    Modifier and Type
    Method
    Description
    arn(String arn)
    The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

    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 Details

    • arn

      The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

      Parameters:
      arn - The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.