Uses of Interface
software.amazon.awssdk.services.eventbridge.model.ReplayDestination.Builder
-
Packages that use ReplayDestination.Builder Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ReplayDestination.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ReplayDestination.Builder Modifier and Type Method Description ReplayDestination.BuilderReplayDestination.Builder. arn(String arn)The ARN of the event bus to replay event to.static ReplayDestination.BuilderReplayDestination. builder()ReplayDestination.BuilderReplayDestination.Builder. filterArns(String... filterArns)A list of ARNs for rules to replay events to.ReplayDestination.BuilderReplayDestination.Builder. filterArns(Collection<String> filterArns)A list of ARNs for rules to replay events to.ReplayDestination.BuilderReplayDestination. toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ReplayDestination.Builder Modifier and Type Method Description static Class<? extends ReplayDestination.Builder>ReplayDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type ReplayDestination.Builder Modifier and Type Method Description default DescribeReplayResponse.BuilderDescribeReplayResponse.Builder. destination(Consumer<ReplayDestination.Builder> destination)AReplayDestinationobject that contains details about the replay.default StartReplayRequest.BuilderStartReplayRequest.Builder. destination(Consumer<ReplayDestination.Builder> destination)AReplayDestinationobject that includes details about the destination for the replay.
-