Uses of Interface
software.amazon.awssdk.services.appintegrations.model.CreateEventIntegrationRequest.Builder
-
Packages that use CreateEventIntegrationRequest.Builder Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.software.amazon.awssdk.services.appintegrations.model -
-
Uses of CreateEventIntegrationRequest.Builder in software.amazon.awssdk.services.appintegrations
Method parameters in software.amazon.awssdk.services.appintegrations with type arguments of type CreateEventIntegrationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateEventIntegrationResponse>AppIntegrationsAsyncClient. createEventIntegration(Consumer<CreateEventIntegrationRequest.Builder> createEventIntegrationRequest)Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus.default CreateEventIntegrationResponseAppIntegrationsClient. createEventIntegration(Consumer<CreateEventIntegrationRequest.Builder> createEventIntegrationRequest)Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. -
Uses of CreateEventIntegrationRequest.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return CreateEventIntegrationRequest.Builder Modifier and Type Method Description static CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest. builder()CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest.Builder. description(String description)The description of the event integration.CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest.Builder. eventBridgeBus(String eventBridgeBus)The EventBridge bus.default CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest.Builder. eventFilter(Consumer<EventFilter.Builder> eventFilter)The event filter.CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest.Builder. eventFilter(EventFilter eventFilter)The event filter.CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest.Builder. name(String name)The name of the event integration.CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest.Builder. tags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.CreateEventIntegrationRequest.BuilderCreateEventIntegrationRequest. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type CreateEventIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends CreateEventIntegrationRequest.Builder>CreateEventIntegrationRequest. serializableBuilderClass()
-