Uses of Interface
software.amazon.awssdk.services.synthetics.model.CanaryCodeOutput.Builder
-
Packages that use CanaryCodeOutput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryCodeOutput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryCodeOutput.Builder Modifier and Type Method Description static CanaryCodeOutput.BuilderCanaryCodeOutput. builder()CanaryCodeOutput.BuilderCanaryCodeOutput.Builder. handler(String handler)The entry point to use for the source code when running the canary.CanaryCodeOutput.BuilderCanaryCodeOutput.Builder. sourceLocationArn(String sourceLocationArn)The ARN of the Lambda layer where Synthetics stores the canary script code.CanaryCodeOutput.BuilderCanaryCodeOutput. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryCodeOutput.Builder Modifier and Type Method Description static Class<? extends CanaryCodeOutput.Builder>CanaryCodeOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type CanaryCodeOutput.Builder Modifier and Type Method Description default Canary.BuilderCanary.Builder. code(Consumer<CanaryCodeOutput.Builder> code)Sets the value of the Code property for this object.
-