Uses of Interface
software.amazon.awssdk.services.eventbridge.model.NetworkConfiguration.Builder
Packages that use NetworkConfiguration.Builder
-
Uses of NetworkConfiguration.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return NetworkConfiguration.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.NetworkConfiguration.Builder.awsvpcConfiguration(AwsVpcConfiguration 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.static NetworkConfiguration.BuilderNetworkConfiguration.builder()NetworkConfiguration.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type NetworkConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkConfiguration.Builder>NetworkConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type NetworkConfiguration.BuilderModifier and TypeMethodDescriptiondefault EcsParameters.BuilderEcsParameters.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) Use this structure if the Amazon ECS task uses theawsvpcnetwork mode.