Uses of Interface
software.amazon.awssdk.services.appmesh.model.PortMapping.Builder
-
Packages that use PortMapping.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of PortMapping.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return PortMapping.Builder Modifier and Type Method Description static PortMapping.BuilderPortMapping. builder()PortMapping.BuilderPortMapping.Builder. port(Integer port)The port used for the port mapping.PortMapping.BuilderPortMapping.Builder. protocol(String protocol)The protocol used for the port mapping.PortMapping.BuilderPortMapping.Builder. protocol(PortProtocol protocol)The protocol used for the port mapping.PortMapping.BuilderPortMapping. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type PortMapping.Builder Modifier and Type Method Description static Class<? extends PortMapping.Builder>PortMapping. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type PortMapping.Builder Modifier and Type Method Description default Listener.BuilderListener.Builder. portMapping(Consumer<PortMapping.Builder> portMapping)The port mapping information for the listener.default VirtualRouterListener.BuilderVirtualRouterListener.Builder. portMapping(Consumer<PortMapping.Builder> portMapping)Sets the value of the PortMapping property for this object.
-