Uses of Interface
software.amazon.awssdk.services.eventbridge.model.CreateEndpointRequest.Builder
Packages that use CreateEndpointRequest.Builder
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of CreateEndpointRequest.Builder in software.amazon.awssdk.services.eventbridge
Method parameters in software.amazon.awssdk.services.eventbridge with type arguments of type CreateEndpointRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateEndpointResponse>EventBridgeAsyncClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest) Creates a global endpoint.default CreateEndpointResponseEventBridgeClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest) Creates a global endpoint. -
Uses of CreateEndpointRequest.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return CreateEndpointRequest.BuilderModifier and TypeMethodDescriptionCreateEndpointRequest.builder()CreateEndpointRequest.Builder.description(String description) A description of the global endpoint.CreateEndpointRequest.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) Define the event buses used.CreateEndpointRequest.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) Define the event buses used.CreateEndpointRequest.Builder.eventBuses(EndpointEventBus... eventBuses) Define the event buses used.The name of the global endpoint.CreateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Enable or disable event replication.CreateEndpointRequest.Builder.replicationConfig(ReplicationConfig replicationConfig) Enable or disable event replication.The ARN of the role used for replication.default CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) Configure the routing policy, including the health check and secondary Region..CreateEndpointRequest.Builder.routingConfig(RoutingConfig routingConfig) Configure the routing policy, including the health check and secondary Region..CreateEndpointRequest.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type CreateEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateEndpointRequest.Builder>CreateEndpointRequest.serializableBuilderClass()