Uses of Interface
software.amazon.awssdk.services.eventbridge.model.AwsVpcConfiguration.Builder
Packages that use AwsVpcConfiguration.Builder
-
Uses of AwsVpcConfiguration.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return AwsVpcConfiguration.BuilderModifier and TypeMethodDescriptionAwsVpcConfiguration.Builder.assignPublicIp(String assignPublicIp) Specifies whether the task's elastic network interface receives a public IP address.AwsVpcConfiguration.Builder.assignPublicIp(AssignPublicIp assignPublicIp) Specifies whether the task's elastic network interface receives a public IP address.static AwsVpcConfiguration.BuilderAwsVpcConfiguration.builder()AwsVpcConfiguration.Builder.securityGroups(String... securityGroups) Specifies the security groups associated with the task.AwsVpcConfiguration.Builder.securityGroups(Collection<String> securityGroups) Specifies the security groups associated with the task.Specifies the subnets associated with the task.AwsVpcConfiguration.Builder.subnets(Collection<String> subnets) Specifies the subnets associated with the task.AwsVpcConfiguration.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type AwsVpcConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AwsVpcConfiguration.Builder>AwsVpcConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type AwsVpcConfiguration.BuilderModifier and TypeMethodDescriptiondefault 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.