Uses of Class
software.amazon.awscdk.services.globalaccelerator.EndpointGroupProps.Builder
Packages that use EndpointGroupProps.Builder
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of EndpointGroupProps.Builder in software.amazon.awscdk.services.globalaccelerator
Methods in software.amazon.awscdk.services.globalaccelerator that return EndpointGroupProps.BuilderModifier and TypeMethodDescriptionstatic EndpointGroupProps.BuilderEndpointGroupProps.builder()EndpointGroupProps.Builder.endpointGroupName(String endpointGroupName) Sets the value ofEndpointGroupOptions.getEndpointGroupName()Sets the value ofEndpointGroupOptions.getEndpoints()EndpointGroupProps.Builder.healthCheckInterval(Duration healthCheckInterval) Sets the value ofEndpointGroupOptions.getHealthCheckInterval()EndpointGroupProps.Builder.healthCheckPath(String healthCheckPath) Sets the value ofEndpointGroupOptions.getHealthCheckPath()EndpointGroupProps.Builder.healthCheckPort(Number healthCheckPort) Sets the value ofEndpointGroupOptions.getHealthCheckPort()EndpointGroupProps.Builder.healthCheckProtocol(HealthCheckProtocol healthCheckProtocol) Sets the value ofEndpointGroupOptions.getHealthCheckProtocol()EndpointGroupProps.Builder.healthCheckThreshold(Number healthCheckThreshold) Sets the value ofEndpointGroupOptions.getHealthCheckThreshold()Sets the value ofEndpointGroupProps.getListener()EndpointGroupProps.Builder.portOverrides(List<? extends PortOverride> portOverrides) Sets the value ofEndpointGroupOptions.getPortOverrides()Sets the value ofEndpointGroupOptions.getRegion()EndpointGroupProps.Builder.trafficDialPercentage(Number trafficDialPercentage) Sets the value ofEndpointGroupOptions.getTrafficDialPercentage()Constructors in software.amazon.awscdk.services.globalaccelerator with parameters of type EndpointGroupProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(EndpointGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEndpointGroupProps.Builder.