Uses of Interface
software.amazon.awssdk.services.eventbridge.model.CreateEndpointResponse.Builder
Packages that use CreateEndpointResponse.Builder
-
Uses of CreateEndpointResponse.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return CreateEndpointResponse.BuilderModifier and TypeMethodDescriptionThe ARN of the endpoint that was created by this request.CreateEndpointResponse.builder()CreateEndpointResponse.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) The event buses used by this request.CreateEndpointResponse.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) The event buses used by this request.CreateEndpointResponse.Builder.eventBuses(EndpointEventBus... eventBuses) The event buses used by this request.The name of the endpoint that was created by this request.default CreateEndpointResponse.BuilderCreateEndpointResponse.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Whether event replication was enabled or disabled by this request.CreateEndpointResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) Whether event replication was enabled or disabled by this request.The ARN of the role used by event replication for this request.default CreateEndpointResponse.BuilderCreateEndpointResponse.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) The routing configuration defined by this request.CreateEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig) The routing configuration defined by this request.The state of the endpoint that was created by this request.CreateEndpointResponse.Builder.state(EndpointState state) The state of the endpoint that was created by this request.CreateEndpointResponse.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type CreateEndpointResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateEndpointResponse.Builder>CreateEndpointResponse.serializableBuilderClass()