Uses of Interface
software.amazon.awssdk.services.synthetics.model.CanaryCodeInput.Builder
-
Packages that use CanaryCodeInput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryCodeInput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryCodeInput.Builder Modifier and Type Method Description static CanaryCodeInput.BuilderCanaryCodeInput. builder()CanaryCodeInput.BuilderCanaryCodeInput.Builder. handler(String handler)The entry point to use for the source code when running the canary.CanaryCodeInput.BuilderCanaryCodeInput.Builder. s3Bucket(String s3Bucket)If your canary script is located in S3, specify the bucket name here.CanaryCodeInput.BuilderCanaryCodeInput.Builder. s3Key(String s3Key)The S3 key of your script.CanaryCodeInput.BuilderCanaryCodeInput.Builder. s3Version(String s3Version)The S3 version ID of your script.CanaryCodeInput.BuilderCanaryCodeInput. toBuilder()CanaryCodeInput.BuilderCanaryCodeInput.Builder. zipFile(SdkBytes zipFile)If you input your canary script directly into the canary instead of referring to an S3 location, the value of this parameter is the base64-encoded contents of the .zip file that contains the script.Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryCodeInput.Builder Modifier and Type Method Description static Class<? extends CanaryCodeInput.Builder>CanaryCodeInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type CanaryCodeInput.Builder Modifier and Type Method Description default CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. code(Consumer<CanaryCodeInput.Builder> code)A structure that includes the entry point from which the canary should start running your script.default UpdateCanaryRequest.BuilderUpdateCanaryRequest.Builder. code(Consumer<CanaryCodeInput.Builder> code)A structure that includes the entry point from which the canary should start running your script.
-