Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TestResult.Builder
Packages that use TestResult.Builder
-
Uses of TestResult.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TestResult.BuilderModifier and TypeMethodDescriptionstatic TestResult.BuilderTestResult.builder()TestResult.Builder.computeUtilization(String computeUtilization) The amount of time that the function took to run as a percentage of the maximum allowed time.TestResult.Builder.functionErrorMessage(String functionErrorMessage) If the result of testing the function was an error, this field contains the error message.TestResult.Builder.functionExecutionLogs(String... functionExecutionLogs) Contains the log lines that the function wrote (if any) when running the test.TestResult.Builder.functionExecutionLogs(Collection<String> functionExecutionLogs) Contains the log lines that the function wrote (if any) when running the test.TestResult.Builder.functionOutput(String functionOutput) The event object returned by the function.default TestResult.BuilderTestResult.Builder.functionSummary(Consumer<FunctionSummary.Builder> functionSummary) Contains configuration information and metadata about the CloudFront function that was tested.TestResult.Builder.functionSummary(FunctionSummary functionSummary) Contains configuration information and metadata about the CloudFront function that was tested.TestResult.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TestResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestResult.Builder>TestResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type TestResult.BuilderModifier and TypeMethodDescriptiondefault TestFunctionResponse.BuilderTestFunctionResponse.Builder.testResult(Consumer<TestResult.Builder> testResult) An object that represents the result of running the function with the provided event object.