Uses of Interface
software.amazon.awssdk.services.codebuild.model.VpcConfig.Builder
-
Packages that use VpcConfig.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of VpcConfig.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return VpcConfig.Builder Modifier and Type Method Description static VpcConfig.BuilderVpcConfig. builder()VpcConfig.BuilderVpcConfig.Builder. securityGroupIds(String... securityGroupIds)A list of one or more security groups IDs in your Amazon VPC.VpcConfig.BuilderVpcConfig.Builder. securityGroupIds(Collection<String> securityGroupIds)A list of one or more security groups IDs in your Amazon VPC.VpcConfig.BuilderVpcConfig.Builder. subnets(String... subnets)A list of one or more subnet IDs in your Amazon VPC.VpcConfig.BuilderVpcConfig.Builder. subnets(Collection<String> subnets)A list of one or more subnet IDs in your Amazon VPC.VpcConfig.BuilderVpcConfig. toBuilder()VpcConfig.BuilderVpcConfig.Builder. vpcId(String vpcId)The ID of the Amazon VPC.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type VpcConfig.Builder Modifier and Type Method Description static Class<? extends VpcConfig.Builder>VpcConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type VpcConfig.Builder Modifier and Type Method Description default Build.BuilderBuild.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs.default BuildBatch.BuilderBuildBatch.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)Sets the value of the VpcConfig property for this object.default CreateProjectRequest.BuilderCreateProjectRequest.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)VpcConfig enables CodeBuild to access resources in an Amazon VPC.default Project.BuilderProject.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)Information about the VPC configuration that CodeBuild accesses.default UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)VpcConfig enables CodeBuild to access resources in an Amazon VPC.
-