JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.eventbridge.model

Class CreateEventBusResult

    • Constructor Detail

      • CreateEventBusResult

        public CreateEventBusResult()
    • Method Detail

      • setEventBusArn

        public void setEventBusArn(String eventBusArn)

        The ARN of the new event bus.

        Parameters:
        eventBusArn - The ARN of the new event bus.
      • getEventBusArn

        public String getEventBusArn()

        The ARN of the new event bus.

        Returns:
        The ARN of the new event bus.
      • withEventBusArn

        public CreateEventBusResult withEventBusArn(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.
      • setDescription

        public void setDescription(String description)

        The event bus description.

        Parameters:
        description - The event bus description.
      • getDescription

        public String getDescription()

        The event bus description.

        Returns:
        The event bus description.
      • withDescription

        public CreateEventBusResult withDescription(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.
      • setKmsKeyIdentifier

        public void setKmsKeyIdentifier(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.

      • getKmsKeyIdentifier

        public String getKmsKeyIdentifier()

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

      • withKmsKeyIdentifier

        public CreateEventBusResult withKmsKeyIdentifier(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.
      • setDeadLetterConfig

        public void setDeadLetterConfig(DeadLetterConfig deadLetterConfig)
        Parameters:
        deadLetterConfig -
      • withDeadLetterConfig

        public CreateEventBusResult withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
        Parameters:
        deadLetterConfig -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /