Uses of Interface
software.amazon.awssdk.services.lambda.model.CapacityProviderVpcConfig.Builder
Packages that use CapacityProviderVpcConfig.Builder
-
Uses of CapacityProviderVpcConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CapacityProviderVpcConfig.BuilderModifier and TypeMethodDescriptionCapacityProviderVpcConfig.builder()CapacityProviderVpcConfig.Builder.securityGroupIds(String... securityGroupIds) A list of security group IDs that control network access for compute instances managed by the capacity provider.CapacityProviderVpcConfig.Builder.securityGroupIds(Collection<String> securityGroupIds) A list of security group IDs that control network access for compute instances managed by the capacity provider.A list of subnet IDs where the capacity provider launches compute instances.CapacityProviderVpcConfig.Builder.subnetIds(Collection<String> subnetIds) A list of subnet IDs where the capacity provider launches compute instances.CapacityProviderVpcConfig.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CapacityProviderVpcConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityProviderVpcConfig.Builder>CapacityProviderVpcConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type CapacityProviderVpcConfig.BuilderModifier and TypeMethodDescriptiondefault CapacityProvider.BuilderCapacityProvider.Builder.vpcConfig(Consumer<CapacityProviderVpcConfig.Builder> vpcConfig) The VPC configuration for the capacity provider.CreateCapacityProviderRequest.Builder.vpcConfig(Consumer<CapacityProviderVpcConfig.Builder> vpcConfig) The VPC configuration for the capacity provider, including subnet IDs and security group IDs where compute instances will be launched.