Uses of Interface
software.amazon.awssdk.services.synthetics.model.VpcConfigOutput.Builder
-
Packages that use VpcConfigOutput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of VpcConfigOutput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return VpcConfigOutput.Builder Modifier and Type Method Description static VpcConfigOutput.BuilderVpcConfigOutput. builder()VpcConfigOutput.BuilderVpcConfigOutput.Builder. securityGroupIds(String... securityGroupIds)The IDs of the security groups for this canary.VpcConfigOutput.BuilderVpcConfigOutput.Builder. securityGroupIds(Collection<String> securityGroupIds)The IDs of the security groups for this canary.VpcConfigOutput.BuilderVpcConfigOutput.Builder. subnetIds(String... subnetIds)The IDs of the subnets where this canary is to run.VpcConfigOutput.BuilderVpcConfigOutput.Builder. subnetIds(Collection<String> subnetIds)The IDs of the subnets where this canary is to run.VpcConfigOutput.BuilderVpcConfigOutput. toBuilder()VpcConfigOutput.BuilderVpcConfigOutput.Builder. vpcId(String vpcId)The IDs of the VPC where this canary is to run.Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type VpcConfigOutput.Builder Modifier and Type Method Description static Class<? extends VpcConfigOutput.Builder>VpcConfigOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type VpcConfigOutput.Builder Modifier and Type Method Description default Canary.BuilderCanary.Builder. vpcConfig(Consumer<VpcConfigOutput.Builder> vpcConfig)Sets the value of the VpcConfig property for this object.
-