| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static CanaryCodeOutput.Builder |
CanaryCodeOutput.builder() |
CanaryCodeOutput.Builder |
CanaryCodeOutput.Builder.handler(String handler)
The entry point to use for the source code when running the canary.
|
CanaryCodeOutput.Builder |
CanaryCodeOutput.Builder.sourceLocationArn(String sourceLocationArn)
The ARN of the Lambda layer where Synthetics stores the canary script code.
|
CanaryCodeOutput.Builder |
CanaryCodeOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CanaryCodeOutput.Builder> |
CanaryCodeOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Canary.Builder |
Canary.Builder.code(Consumer<CanaryCodeOutput.Builder> code)
Sets the value of the Code property for this object.
|
Copyright © 2023. All rights reserved.