Class CreatePartnerEventSourceRequest

    • Method Detail

      • name

        public final String name()

        The name of the partner event source. This name must be unique and must be in the format partner_name/event_namespace/event_name . The Amazon Web Services account that wants to use this partner event source must create a partner event bus with a name that matches the name of the partner event source.

        Returns:
        The name of the partner event source. This name must be unique and must be in the format partner_name/event_namespace/event_name . The Amazon Web Services account that wants to use this partner event source must create a partner event bus with a name that matches the name of the partner event source.
      • account

        public final String account()

        The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.

        Returns:
        The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.
      • toString

        public final 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