public static interface PublishFunctionResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<PublishFunctionResponse.Builder,PublishFunctionResponse>
| Modifier and Type | Method and Description |
|---|---|
default PublishFunctionResponse.Builder |
functionSummary(Consumer<FunctionSummary.Builder> functionSummary)
Contains configuration information and metadata about a CloudFront function.
|
PublishFunctionResponse.Builder |
functionSummary(FunctionSummary functionSummary)
Contains configuration information and metadata about a CloudFront function.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPublishFunctionResponse.Builder functionSummary(FunctionSummary functionSummary)
Contains configuration information and metadata about a CloudFront function.
functionSummary - Contains configuration information and metadata about a CloudFront function.default PublishFunctionResponse.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)Copyright © 2023. All rights reserved.