default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.artifactConfig(Consumer<ArtifactConfigInput.Builder> artifactConfig) |
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings
for artifacts that the canary uploads to Amazon S3.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.artifactConfig(ArtifactConfigInput artifactConfig) |
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings
for artifacts that the canary uploads to Amazon S3.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.artifactS3Location(String artifactS3Location) |
The location in Amazon S3 where Synthetics stores artifacts from the test runs of this canary.
|
static UpdateCanaryRequest.Builder |
UpdateCanaryRequest.builder() |
|
default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.code(Consumer<CanaryCodeInput.Builder> code) |
A structure that includes the entry point from which the canary should start running your script.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.code(CanaryCodeInput code) |
A structure that includes the entry point from which the canary should start running your script.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.executionRoleArn(String executionRoleArn) |
The ARN of the IAM role to be used to run the canary.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.failureRetentionPeriodInDays(Integer failureRetentionPeriodInDays) |
The number of days to retain data about failed runs of this canary.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.name(String name) |
The name of the canary that you want to update.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.runConfig(Consumer<CanaryRunConfigInput.Builder> runConfig) |
A structure that contains the timeout value that is used for each individual run of the canary.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.runConfig(CanaryRunConfigInput runConfig) |
A structure that contains the timeout value that is used for each individual run of the canary.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.runtimeVersion(String runtimeVersion) |
Specifies the runtime version to use for the canary.
|
default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.schedule(Consumer<CanaryScheduleInput.Builder> schedule) |
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.schedule(CanaryScheduleInput schedule) |
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.successRetentionPeriodInDays(Integer successRetentionPeriodInDays) |
The number of days to retain data about successful runs of this canary.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.toBuilder() |
|
default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.visualReference(Consumer<VisualReferenceInput.Builder> visualReference) |
Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during
future runs of this canary.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.visualReference(VisualReferenceInput visualReference) |
Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during
future runs of this canary.
|
default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.vpcConfig(Consumer<VpcConfigInput.Builder> vpcConfig) |
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and
security groups of the VPC endpoint.
|
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.vpcConfig(VpcConfigInput vpcConfig) |
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and
security groups of the VPC endpoint.
|