Interface GetFunctionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudFrontResponse.Builder, CopyableBuilder<GetFunctionResponse.Builder,GetFunctionResponse>, SdkBuilder<GetFunctionResponse.Builder,GetFunctionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetFunctionResponse

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

    • 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

      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.