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 Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) The content type (media type) of the response.The version identifier for the current version of the CloudFront function.functionCode(SdkBytes functionCode) The function code of a CloudFront function.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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
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.
 
 
 -