| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfigOutput.Builder |
VpcConfigOutput.builder() |
VpcConfigOutput.Builder |
VpcConfigOutput.Builder.securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigOutput.Builder |
VpcConfigOutput.Builder.securityGroupIds(String... securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigOutput.Builder |
VpcConfigOutput.Builder.subnetIds(Collection<String> subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigOutput.Builder |
VpcConfigOutput.Builder.subnetIds(String... subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigOutput.Builder |
VpcConfigOutput.toBuilder() |
VpcConfigOutput.Builder |
VpcConfigOutput.Builder.vpcId(String vpcId)
The IDs of the VPC where this canary is to run.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConfigOutput.Builder> |
VpcConfigOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Canary.Builder |
Canary.Builder.vpcConfig(Consumer<VpcConfigOutput.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
Copyright © 2023. All rights reserved.