| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateCanaryResponse> |
SyntheticsAsyncClient.updateCanary(Consumer<UpdateCanaryRequest.Builder> updateCanaryRequest)
Use this operation to change the settings of a canary that has already been created.
|
default UpdateCanaryResponse |
SyntheticsClient.updateCanary(Consumer<UpdateCanaryRequest.Builder> updateCanaryRequest)
Use this operation to change the settings of a canary that has already been created.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateCanaryRequest.Builder |
UpdateCanaryRequest.builder() |
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.code(CanaryCodeInput code)
A structure that includes the entry point from which the canary should start running your script.
|
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.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(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.runConfig(CanaryRunConfigInput runConfig)
A structure that contains the timeout value that is used for each individual run of the canary.
|
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.runtimeVersion(String runtimeVersion)
Specifies the runtime version to use for the canary.
|
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.
|
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.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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateCanaryRequest.Builder> |
UpdateCanaryRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.