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