Uses of Interface
software.amazon.awssdk.services.eventbridge.model.ReplicationConfig.Builder
Packages that use ReplicationConfig.Builder
-
Uses of ReplicationConfig.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ReplicationConfig.BuilderModifier and TypeMethodDescriptionstatic ReplicationConfig.BuilderReplicationConfig.builder()The state of event replication.ReplicationConfig.Builder.state(ReplicationState state) The state of event replication.ReplicationConfig.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ReplicationConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicationConfig.Builder>ReplicationConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type ReplicationConfig.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Enable or disable event replication.default CreateEndpointResponse.BuilderCreateEndpointResponse.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Whether event replication was enabled or disabled by this request.default DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Whether replication is enabled or disabled for the endpoint you asked for information about.default Endpoint.BuilderEndpoint.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Whether event replication was enabled or disabled for this endpoint.default UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Whether event replication was enabled or disabled by this request.default UpdateEndpointResponse.BuilderUpdateEndpointResponse.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Whether event replication was enabled or disabled for the endpoint you updated in this request.