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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
-