UpdateEventBusResponse.Builder |
UpdateEventBusResponse.Builder.arn(String arn) |
The event bus Amazon Resource Name (ARN).
|
static UpdateEventBusResponse.Builder |
UpdateEventBusResponse.builder() |
|
default UpdateEventBusResponse.Builder |
UpdateEventBusResponse.Builder.deadLetterConfig(Consumer<DeadLetterConfig.Builder> deadLetterConfig) |
Sets the value of the DeadLetterConfig property for this object.
|
UpdateEventBusResponse.Builder |
UpdateEventBusResponse.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) |
Sets the value of the DeadLetterConfig property for this object.
|
UpdateEventBusResponse.Builder |
UpdateEventBusResponse.Builder.description(String description) |
The event bus description.
|
UpdateEventBusResponse.Builder |
UpdateEventBusResponse.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.
|
UpdateEventBusResponse.Builder |
UpdateEventBusResponse.Builder.name(String name) |
The event bus name.
|
UpdateEventBusResponse.Builder |
UpdateEventBusResponse.toBuilder() |
|