Uses of Interface
software.amazon.awssdk.services.appmesh.model.VirtualServiceBackend.Builder
-
Packages that use VirtualServiceBackend.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualServiceBackend.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualServiceBackend.Builder Modifier and Type Method Description static VirtualServiceBackend.BuilderVirtualServiceBackend. builder()default VirtualServiceBackend.BuilderVirtualServiceBackend.Builder. clientPolicy(Consumer<ClientPolicy.Builder> clientPolicy)A reference to an object that represents the client policy for a backend.VirtualServiceBackend.BuilderVirtualServiceBackend.Builder. clientPolicy(ClientPolicy clientPolicy)A reference to an object that represents the client policy for a backend.VirtualServiceBackend.BuilderVirtualServiceBackend. toBuilder()VirtualServiceBackend.BuilderVirtualServiceBackend.Builder. virtualServiceName(String virtualServiceName)The name of the virtual service that is acting as a virtual node backend.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type VirtualServiceBackend.Builder Modifier and Type Method Description static Class<? extends VirtualServiceBackend.Builder>VirtualServiceBackend. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type VirtualServiceBackend.Builder Modifier and Type Method Description static BackendBackend. fromVirtualService(Consumer<VirtualServiceBackend.Builder> virtualService)Create an instance of this class withBackend.virtualService()initialized to the given value.default Backend.BuilderBackend.Builder. virtualService(Consumer<VirtualServiceBackend.Builder> virtualService)Specifies a virtual service to use as a backend.
-