public static interface TestFunctionRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<TestFunctionRequest.Builder,TestFunctionRequest>
| Modifier and Type | Method and Description |
|---|---|
TestFunctionRequest.Builder |
eventObject(SdkBytes eventObject)
The event object to test the function with.
|
TestFunctionRequest.Builder |
ifMatch(String ifMatch)
The current version (
ETag value) of the function that you are testing, which you can get using
DescribeFunction. |
TestFunctionRequest.Builder |
name(String name)
The name of the function that you are testing.
|
TestFunctionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestFunctionRequest.Builder |
stage(FunctionStage stage)
The stage of the function that you are testing, either
DEVELOPMENT or LIVE. |
TestFunctionRequest.Builder |
stage(String stage)
The stage of the function that you are testing, either
DEVELOPMENT or LIVE. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestFunctionRequest.Builder name(String name)
The name of the function that you are testing.
name - The name of the function that you are testing.TestFunctionRequest.Builder ifMatch(String ifMatch)
The current version (ETag value) of the function that you are testing, which you can get using
DescribeFunction.
ifMatch - The current version (ETag value) of the function that you are testing, which you can get
using DescribeFunction.TestFunctionRequest.Builder stage(String stage)
The stage of the function that you are testing, either DEVELOPMENT or LIVE.
stage - The stage of the function that you are testing, either DEVELOPMENT or LIVE.FunctionStage,
FunctionStageTestFunctionRequest.Builder stage(FunctionStage stage)
The stage of the function that you are testing, either DEVELOPMENT or LIVE.
stage - The stage of the function that you are testing, either DEVELOPMENT or LIVE.FunctionStage,
FunctionStageTestFunctionRequest.Builder eventObject(SdkBytes eventObject)
The event object to test the function with. For more information about the structure of the event object, see Testing functions in the Amazon CloudFront Developer Guide.
eventObject - The event object to test the function with. For more information about the structure of the event
object, see Testing functions in the Amazon CloudFront Developer Guide.TestFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTestFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.