Interface ReplayDestination.Builder

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

public static interface ReplayDestination.Builder extends SdkPojo, CopyableBuilder<ReplayDestination.Builder,ReplayDestination>
  • Method Details

    • arn

      The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.

      Parameters:
      arn - The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterArns

      ReplayDestination.Builder filterArns(Collection<String> filterArns)

      A list of ARNs for rules to replay events to.

      Parameters:
      filterArns - A list of ARNs for rules to replay events to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterArns

      ReplayDestination.Builder filterArns(String... filterArns)

      A list of ARNs for rules to replay events to.

      Parameters:
      filterArns - A list of ARNs for rules to replay events to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.