Class CreateApiDestinationRequest

    • Method Detail

      • name

        public final String name()

        The name for the API destination to create.

        Returns:
        The name for the API destination to create.
      • description

        public final String description()

        A description for the API destination to create.

        Returns:
        A description for the API destination to create.
      • connectionArn

        public final String connectionArn()

        The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.

        Returns:
        The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.
      • invocationEndpoint

        public final String invocationEndpoint()

        The URL to the HTTP invocation endpoint for the API destination.

        Returns:
        The URL to the HTTP invocation endpoint for the API destination.
      • invocationRateLimitPerSecond

        public final Integer invocationRateLimitPerSecond()

        The maximum number of requests per second to send to the HTTP invocation endpoint.

        Returns:
        The maximum number of requests per second to send to the HTTP invocation endpoint.
      • 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