Interface UpdateFunctionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudFrontResponse.Builder,- CopyableBuilder<UpdateFunctionResponse.Builder,,- UpdateFunctionResponse> - SdkBuilder<UpdateFunctionResponse.Builder,,- UpdateFunctionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateFunctionResponse
@Mutable
@NotThreadSafe
public static interface UpdateFunctionResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateFunctionResponse.Builder,UpdateFunctionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe version identifier for the current version of the CloudFront function.default UpdateFunctionResponse.BuilderfunctionSummary(Consumer<FunctionSummary.Builder> functionSummary) Contains configuration information and metadata about a CloudFront function.functionSummary(FunctionSummary functionSummary) Contains configuration information and metadata about a CloudFront function.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
functionSummaryContains 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.
 
- 
functionSummarydefault UpdateFunctionResponse.Builder functionSummary(Consumer<FunctionSummary.Builder> functionSummary) Contains configuration information and metadata about a CloudFront function. This is a convenience method that creates an instance of theFunctionSummary.Builderavoiding the need to create one manually viaFunctionSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunctionSummary(FunctionSummary).- Parameters:
- functionSummary- a consumer that will call methods on- FunctionSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
eTagThe 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.
 
 
-