Interface GetFunctionResponse.Builder

    • Method Detail

      • functionCode

        GetFunctionResponse.Builder functionCode​(SdkBytes functionCode)

        The function code of a CloudFront function.

        Parameters:
        functionCode - The function code of a CloudFront function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eTag

        GetFunctionResponse.Builder eTag​(String eTag)

        The version identifier for the current version of the CloudFront function.

        Parameters:
        eTag - The version identifier for the current version of the CloudFront function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentType

        GetFunctionResponse.Builder contentType​(String contentType)

        The content type (media type) of the response.

        Parameters:
        contentType - The content type (media type) of the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.