Interface HttpEndpointConfiguration.Builder

    • Method Detail

      • name

        HttpEndpointConfiguration.Builder name​(String 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

        HttpEndpointConfiguration.Builder accessKey​(String 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.