Uses of Interface
software.amazon.awssdk.services.eventbridge.model.CreateEventBusResponse.Builder
Packages that use CreateEventBusResponse.Builder
-
Uses of CreateEventBusResponse.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return CreateEventBusResponse.BuilderModifier and TypeMethodDescriptionCreateEventBusResponse.builder()default CreateEventBusResponse.BuilderCreateEventBusResponse.Builder.deadLetterConfig(Consumer<DeadLetterConfig.Builder> deadLetterConfig) Sets the value of the DeadLetterConfig property for this object.CreateEventBusResponse.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) Sets the value of the DeadLetterConfig property for this object.CreateEventBusResponse.Builder.description(String description) The event bus description.CreateEventBusResponse.Builder.eventBusArn(String eventBusArn) The ARN of the new event bus.CreateEventBusResponse.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.default CreateEventBusResponse.BuilderCreateEventBusResponse.Builder.logConfig(Consumer<LogConfig.Builder> logConfig) The logging configuration settings for the event bus.The logging configuration settings for the event bus.CreateEventBusResponse.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type CreateEventBusResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateEventBusResponse.Builder>CreateEventBusResponse.serializableBuilderClass()