Uses of Interface
software.amazon.awssdk.services.eventbridge.model.CreateEventBusRequest.Builder
Packages that use CreateEventBusRequest.Builder
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of CreateEventBusRequest.Builder in software.amazon.awssdk.services.eventbridge
Method parameters in software.amazon.awssdk.services.eventbridge with type arguments of type CreateEventBusRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateEventBusResponse>EventBridgeAsyncClient.createEventBus(Consumer<CreateEventBusRequest.Builder> createEventBusRequest) Creates a new event bus within your account.default CreateEventBusResponseEventBridgeClient.createEventBus(Consumer<CreateEventBusRequest.Builder> createEventBusRequest) Creates a new event bus within your account. -
Uses of CreateEventBusRequest.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return CreateEventBusRequest.BuilderModifier and TypeMethodDescriptionCreateEventBusRequest.builder()default CreateEventBusRequest.BuilderCreateEventBusRequest.Builder.deadLetterConfig(Consumer<DeadLetterConfig.Builder> deadLetterConfig) Sets the value of the DeadLetterConfig property for this object.CreateEventBusRequest.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) Sets the value of the DeadLetterConfig property for this object.CreateEventBusRequest.Builder.description(String description) The event bus description.CreateEventBusRequest.Builder.eventSourceName(String eventSourceName) If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.CreateEventBusRequest.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus.default CreateEventBusRequest.BuilderCreateEventBusRequest.Builder.logConfig(Consumer<LogConfig.Builder> logConfig) The logging configuration settings for the event bus.The logging configuration settings for the event bus.The name of the new event bus.CreateEventBusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateEventBusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateEventBusRequest.Builder.tags(Collection<Tag> tags) Tags to associate with the event bus.CreateEventBusRequest.Builder.tags(Consumer<Tag.Builder>... tags) Tags to associate with the event bus.Tags to associate with the event bus.CreateEventBusRequest.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type CreateEventBusRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateEventBusRequest.Builder>CreateEventBusRequest.serializableBuilderClass()