Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnTargetGroupMixinProps.Builder
Packages that use CfnTargetGroupMixinProps.Builder
-
Uses of CfnTargetGroupMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2 that return CfnTargetGroupMixinProps.BuilderModifier and TypeMethodDescriptionCfnTargetGroupMixinProps.builder()CfnTargetGroupMixinProps.Builder.healthCheckEnabled(Boolean healthCheckEnabled) Sets the value ofCfnTargetGroupMixinProps.getHealthCheckEnabled()CfnTargetGroupMixinProps.Builder.healthCheckEnabled(IResolvable healthCheckEnabled) Sets the value ofCfnTargetGroupMixinProps.getHealthCheckEnabled()CfnTargetGroupMixinProps.Builder.healthCheckIntervalSeconds(Number healthCheckIntervalSeconds) Sets the value ofCfnTargetGroupMixinProps.getHealthCheckIntervalSeconds()CfnTargetGroupMixinProps.Builder.healthCheckPath(String healthCheckPath) Sets the value ofCfnTargetGroupMixinProps.getHealthCheckPath()CfnTargetGroupMixinProps.Builder.healthCheckPort(String healthCheckPort) Sets the value ofCfnTargetGroupMixinProps.getHealthCheckPort()CfnTargetGroupMixinProps.Builder.healthCheckProtocol(String healthCheckProtocol) Sets the value ofCfnTargetGroupMixinProps.getHealthCheckProtocol()CfnTargetGroupMixinProps.Builder.healthCheckTimeoutSeconds(Number healthCheckTimeoutSeconds) Sets the value ofCfnTargetGroupMixinProps.getHealthCheckTimeoutSeconds()CfnTargetGroupMixinProps.Builder.healthyThresholdCount(Number healthyThresholdCount) Sets the value ofCfnTargetGroupMixinProps.getHealthyThresholdCount()CfnTargetGroupMixinProps.Builder.ipAddressType(String ipAddressType) Sets the value ofCfnTargetGroupMixinProps.getIpAddressType()CfnTargetGroupMixinProps.Builder.matcher(CfnTargetGroupPropsMixin.MatcherProperty matcher) Sets the value ofCfnTargetGroupMixinProps.getMatcher()CfnTargetGroupMixinProps.Builder.matcher(IResolvable matcher) Sets the value ofCfnTargetGroupMixinProps.getMatcher()Sets the value ofCfnTargetGroupMixinProps.getName()Sets the value ofCfnTargetGroupMixinProps.getPort()Sets the value ofCfnTargetGroupMixinProps.getProtocol()CfnTargetGroupMixinProps.Builder.protocolVersion(String protocolVersion) Sets the value ofCfnTargetGroupMixinProps.getProtocolVersion()Sets the value ofCfnTargetGroupMixinProps.getTags()CfnTargetGroupMixinProps.Builder.targetControlPort(Number targetControlPort) Sets the value ofCfnTargetGroupMixinProps.getTargetControlPort()CfnTargetGroupMixinProps.Builder.targetGroupAttributes(List<? extends Object> targetGroupAttributes) Sets the value ofCfnTargetGroupMixinProps.getTargetGroupAttributes()CfnTargetGroupMixinProps.Builder.targetGroupAttributes(IResolvable targetGroupAttributes) Sets the value ofCfnTargetGroupMixinProps.getTargetGroupAttributes()Sets the value ofCfnTargetGroupMixinProps.getTargets()CfnTargetGroupMixinProps.Builder.targets(IResolvable targets) Sets the value ofCfnTargetGroupMixinProps.getTargets()CfnTargetGroupMixinProps.Builder.targetType(String targetType) Sets the value ofCfnTargetGroupMixinProps.getTargetType()CfnTargetGroupMixinProps.Builder.unhealthyThresholdCount(Number unhealthyThresholdCount) Sets the value ofCfnTargetGroupMixinProps.getUnhealthyThresholdCount()Sets the value ofCfnTargetGroupMixinProps.getVpcId()Sets the value ofCfnTargetGroupMixinProps.getVpcId()Constructors in software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2 with parameters of type CfnTargetGroupMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTargetGroupMixinProps.Builder.