public static interface ReplayDestination.Builder extends SdkPojo, CopyableBuilder<ReplayDestination.Builder,ReplayDestination>
| Modifier and Type | Method and Description |
|---|---|
ReplayDestination.Builder |
arn(String arn)
The ARN of the event bus to replay event to.
|
ReplayDestination.Builder |
filterArns(Collection<String> filterArns)
A list of ARNs for rules to replay events to.
|
ReplayDestination.Builder |
filterArns(String... filterArns)
A list of ARNs for rules to replay events to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplayDestination.Builder arn(String 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.
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.ReplayDestination.Builder filterArns(Collection<String> filterArns)
A list of ARNs for rules to replay events to.
filterArns - A list of ARNs for rules to replay events to.ReplayDestination.Builder filterArns(String... filterArns)
A list of ARNs for rules to replay events to.
filterArns - A list of ARNs for rules to replay events to.Copyright © 2022. All rights reserved.