Uses of Class
software.amazon.awscdk.services.appmesh.GrpcVirtualNodeListenerOptions.Builder
Packages that use GrpcVirtualNodeListenerOptions.Builder
-
Uses of GrpcVirtualNodeListenerOptions.Builder in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return GrpcVirtualNodeListenerOptions.BuilderModifier and TypeMethodDescriptionGrpcVirtualNodeListenerOptions.builder()
GrpcVirtualNodeListenerOptions.Builder.connectionPool
(GrpcConnectionPool connectionPool) Sets the value ofGrpcVirtualNodeListenerOptions.getConnectionPool()
GrpcVirtualNodeListenerOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofGrpcVirtualNodeListenerOptions.getHealthCheck()
GrpcVirtualNodeListenerOptions.Builder.outlierDetection
(OutlierDetection outlierDetection) Sets the value ofGrpcVirtualNodeListenerOptions.getOutlierDetection()
Sets the value ofGrpcVirtualNodeListenerOptions.getPort()
GrpcVirtualNodeListenerOptions.Builder.timeout
(GrpcTimeout timeout) Sets the value ofGrpcVirtualNodeListenerOptions.getTimeout()
GrpcVirtualNodeListenerOptions.Builder.tls
(ListenerTlsOptions tls) Sets the value ofGrpcVirtualNodeListenerOptions.getTls()
Constructors in software.amazon.awscdk.services.appmesh with parameters of type GrpcVirtualNodeListenerOptions.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theGrpcVirtualNodeListenerOptions.Builder
.