public static interface GetFunctionResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetFunctionResponse.Builder,GetFunctionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFunctionResponse.Builder |
contentType(String contentType)
The content type (media type) of the response.
|
GetFunctionResponse.Builder |
eTag(String eTag)
The version identifier for the current version of the CloudFront function.
|
GetFunctionResponse.Builder |
functionCode(SdkBytes functionCode)
The function code of a CloudFront function.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFunctionResponse.Builder functionCode(SdkBytes functionCode)
The function code of a CloudFront function.
functionCode - The function code of a CloudFront function.GetFunctionResponse.Builder eTag(String eTag)
The version identifier for the current version of the CloudFront function.
eTag - The version identifier for the current version of the CloudFront function.GetFunctionResponse.Builder contentType(String contentType)
The content type (media type) of the response.
contentType - The content type (media type) of the response.Copyright © 2023. All rights reserved.