Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.BackendServerDescription.Builder
-
Packages that use BackendServerDescription.Builder Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of BackendServerDescription.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return BackendServerDescription.Builder Modifier and Type Method Description static BackendServerDescription.BuilderBackendServerDescription. builder()BackendServerDescription.BuilderBackendServerDescription.Builder. instancePort(Integer instancePort)The port on which the EC2 instance is listening.BackendServerDescription.BuilderBackendServerDescription.Builder. policyNames(String... policyNames)The names of the policies enabled for the EC2 instance.BackendServerDescription.BuilderBackendServerDescription.Builder. policyNames(Collection<String> policyNames)The names of the policies enabled for the EC2 instance.BackendServerDescription.BuilderBackendServerDescription. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type BackendServerDescription.Builder Modifier and Type Method Description static Class<? extends BackendServerDescription.Builder>BackendServerDescription. serializableBuilderClass()
-