Interface HttpEndpointConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HttpEndpointConfiguration.Builder,HttpEndpointConfiguration>, SdkBuilder<HttpEndpointConfiguration.Builder,HttpEndpointConfiguration>, SdkPojo
Enclosing class:
HttpEndpointConfiguration

public static interface HttpEndpointConfiguration.Builder extends SdkPojo, CopyableBuilder<HttpEndpointConfiguration.Builder,HttpEndpointConfiguration>
  • Method Details

    • url

      The URL of the HTTP endpoint selected as the destination.

      If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.

      Parameters:
      url - The URL of the HTTP endpoint selected as the destination.

      If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.

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

      The name of the HTTP endpoint selected as the destination.

      Parameters:
      name - The name of the HTTP endpoint selected as the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessKey

      The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.

      Parameters:
      accessKey - The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.