public static interface CreateFunctionResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateFunctionResponse.Builder,CreateFunctionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionResponse.Builder |
eTag(String eTag)
The version identifier for the current version of the CloudFront function.
|
default CreateFunctionResponse.Builder |
functionSummary(Consumer<FunctionSummary.Builder> functionSummary)
Contains configuration information and metadata about a CloudFront function.
|
CreateFunctionResponse.Builder |
functionSummary(FunctionSummary functionSummary)
Contains configuration information and metadata about a CloudFront function.
|
CreateFunctionResponse.Builder |
location(String location)
The URL of the CloudFront function.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFunctionResponse.Builder functionSummary(FunctionSummary functionSummary)
Contains configuration information and metadata about a CloudFront function.
functionSummary - Contains configuration information and metadata about a CloudFront function.default CreateFunctionResponse.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.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)CreateFunctionResponse.Builder location(String location)
The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.
location - The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.CreateFunctionResponse.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 © 2023. All rights reserved.