public static interface UpdateFunctionResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateFunctionResponse.Builder,UpdateFunctionResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateFunctionResponse.Builder |
eTag(String eTag)
The version identifier for the current version of the CloudFront function.
|
default UpdateFunctionResponse.Builder |
functionSummary(Consumer<FunctionSummary.Builder> functionSummary)
Contains configuration information and metadata about a CloudFront function.
|
UpdateFunctionResponse.Builder |
functionSummary(FunctionSummary functionSummary)
Contains configuration information and metadata about a CloudFront function.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFunctionResponse.Builder functionSummary(FunctionSummary functionSummary)
Contains configuration information and metadata about a CloudFront function.
functionSummary - Contains configuration information and metadata about a CloudFront function.default UpdateFunctionResponse.Builder functionSummary(Consumer<FunctionSummary.Builder> functionSummary)
Contains configuration information and metadata about a CloudFront function.
This is a convenience that creates an instance of theFunctionSummary.Builder avoiding the need to
create one manually via FunctionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to functionSummary(FunctionSummary).functionSummary - a consumer that will call methods on FunctionSummary.BuilderfunctionSummary(FunctionSummary)UpdateFunctionResponse.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.Copyright © 2021. All rights reserved.