Uses of Interface
software.amazon.awssdk.services.eventbridge.model.AwsVpcConfiguration.Builder
-
Packages that use AwsVpcConfiguration.Builder Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of AwsVpcConfiguration.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return AwsVpcConfiguration.Builder Modifier and Type Method Description AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. assignPublicIp(String assignPublicIp)Specifies whether the task's elastic network interface receives a public IP address.AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. assignPublicIp(AssignPublicIp assignPublicIp)Specifies whether the task's elastic network interface receives a public IP address.static AwsVpcConfiguration.BuilderAwsVpcConfiguration. builder()AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. securityGroups(String... securityGroups)Specifies the security groups associated with the task.AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. securityGroups(Collection<String> securityGroups)Specifies the security groups associated with the task.AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. subnets(String... subnets)Specifies the subnets associated with the task.AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. subnets(Collection<String> subnets)Specifies the subnets associated with the task.AwsVpcConfiguration.BuilderAwsVpcConfiguration. toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type AwsVpcConfiguration.Builder Modifier and Type Method Description static Class<? extends AwsVpcConfiguration.Builder>AwsVpcConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type AwsVpcConfiguration.Builder Modifier and Type Method Description default NetworkConfiguration.BuilderNetworkConfiguration.Builder. awsvpcConfiguration(Consumer<AwsVpcConfiguration.Builder> awsvpcConfiguration)Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used.
-