static CreateEventBusRequest.Builder |
CreateEventBusRequest.builder() |
|
default CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.deadLetterConfig(Consumer<DeadLetterConfig.Builder> deadLetterConfig) |
Sets the value of the DeadLetterConfig property for this object.
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) |
Sets the value of the DeadLetterConfig property for this object.
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.description(String description) |
The event bus description.
|
CreateEventBusRequest.Builder |
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 |
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.
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.name(String name) |
The name of the new event bus.
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.tags(Collection<Tag> tags) |
Tags to associate with the event bus.
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to associate with the event bus.
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.tags(Tag... tags) |
Tags to associate with the event bus.
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.toBuilder() |
|