Interface CreateFunctionResponse.Builder

    • Method Detail

      • functionSummary

        CreateFunctionResponse.Builder functionSummary​(FunctionSummary functionSummary)

        Contains configuration information and metadata about a CloudFront function.

        Parameters:
        functionSummary - Contains configuration information and metadata about a CloudFront function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        CreateFunctionResponse.Builder location​(String location)

        The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.

        Parameters:
        location - The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eTag

        CreateFunctionResponse.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.