Uses of Interface
software.amazon.awssdk.services.ecs.model.VpcLatticeConfiguration.Builder
-
Packages that use VpcLatticeConfiguration.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of VpcLatticeConfiguration.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return VpcLatticeConfiguration.Builder Modifier and Type Method Description static VpcLatticeConfiguration.BuilderVpcLatticeConfiguration. builder()VpcLatticeConfiguration.BuilderVpcLatticeConfiguration.Builder. portName(String portName)The name of the port mapping to register in the VPC Lattice target group.VpcLatticeConfiguration.BuilderVpcLatticeConfiguration.Builder. roleArn(String roleArn)The ARN of the IAM role to associate with this VPC Lattice configuration.VpcLatticeConfiguration.BuilderVpcLatticeConfiguration.Builder. targetGroupArn(String targetGroupArn)The full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.VpcLatticeConfiguration.BuilderVpcLatticeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type VpcLatticeConfiguration.Builder Modifier and Type Method Description static Class<? extends VpcLatticeConfiguration.Builder>VpcLatticeConfiguration. serializableBuilderClass()
-