Uses of Class
software.amazon.awscdk.services.globalaccelerator.CfnEndpointGroupProps.Builder
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of CfnEndpointGroupProps.Builder in software.amazon.awscdk.services.globalaccelerator
Modifier and TypeMethodDescriptionCfnEndpointGroupProps.builder()
CfnEndpointGroupProps.Builder.endpointConfigurations
(List<? extends Object> endpointConfigurations) Sets the value ofCfnEndpointGroupProps.getEndpointConfigurations()
CfnEndpointGroupProps.Builder.endpointConfigurations
(IResolvable endpointConfigurations) Sets the value ofCfnEndpointGroupProps.getEndpointConfigurations()
CfnEndpointGroupProps.Builder.endpointGroupRegion
(String endpointGroupRegion) Sets the value ofCfnEndpointGroupProps.getEndpointGroupRegion()
CfnEndpointGroupProps.Builder.healthCheckIntervalSeconds
(Number healthCheckIntervalSeconds) Sets the value ofCfnEndpointGroupProps.getHealthCheckIntervalSeconds()
CfnEndpointGroupProps.Builder.healthCheckPath
(String healthCheckPath) Sets the value ofCfnEndpointGroupProps.getHealthCheckPath()
CfnEndpointGroupProps.Builder.healthCheckPort
(Number healthCheckPort) Sets the value ofCfnEndpointGroupProps.getHealthCheckPort()
CfnEndpointGroupProps.Builder.healthCheckProtocol
(String healthCheckProtocol) Sets the value ofCfnEndpointGroupProps.getHealthCheckProtocol()
CfnEndpointGroupProps.Builder.listenerArn
(String listenerArn) Sets the value ofCfnEndpointGroupProps.getListenerArn()
CfnEndpointGroupProps.Builder.portOverrides
(List<? extends Object> portOverrides) Sets the value ofCfnEndpointGroupProps.getPortOverrides()
CfnEndpointGroupProps.Builder.portOverrides
(IResolvable portOverrides) Sets the value ofCfnEndpointGroupProps.getPortOverrides()
CfnEndpointGroupProps.Builder.thresholdCount
(Number thresholdCount) Sets the value ofCfnEndpointGroupProps.getThresholdCount()
CfnEndpointGroupProps.Builder.trafficDialPercentage
(Number trafficDialPercentage) Sets the value ofCfnEndpointGroupProps.getTrafficDialPercentage()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEndpointGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEndpointGroupProps.Builder
.