Interface CreateEventBusResponse.Builder

    • Method Detail

      • eventBusArn

        CreateEventBusResponse.Builder eventBusArn​(String eventBusArn)

        The ARN of the new event bus.

        Parameters:
        eventBusArn - The ARN of the new event bus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateEventBusResponse.Builder description​(String description)

        The event bus description.

        Parameters:
        description - The event bus description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyIdentifier

        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.

        For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.

        Parameters:
        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.

        For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deadLetterConfig

        CreateEventBusResponse.Builder deadLetterConfig​(DeadLetterConfig deadLetterConfig)
        Sets the value of the DeadLetterConfig property for this object.
        Parameters:
        deadLetterConfig - The new value for the DeadLetterConfig property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.