@Generated(value="software.amazon.awssdk:codegen") public final class ModifyTargetGroupRequest extends ElasticLoadBalancingV2Request implements ToCopyableBuilder<ModifyTargetGroupRequest.Builder,ModifyTargetGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyTargetGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyTargetGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
healthCheckEnabled()
Indicates whether health checks are enabled.
|
Integer |
healthCheckIntervalSeconds()
The approximate amount of time, in seconds, between health checks of an individual target.
|
String |
healthCheckPath()
[HTTP/HTTPS health checks] The ping path that is the destination for the health check request.
|
String |
healthCheckPort()
The port the load balancer uses when performing health checks on targets.
|
ProtocolEnum |
healthCheckProtocol()
The protocol the load balancer uses when performing health checks on targets.
|
String |
healthCheckProtocolAsString()
The protocol the load balancer uses when performing health checks on targets.
|
Integer |
healthCheckTimeoutSeconds()
[HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.
|
Integer |
healthyThresholdCount()
The number of consecutive health checks successes required before considering an unhealthy target healthy.
|
Matcher |
matcher()
[HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyTargetGroupRequest.Builder> |
serializableBuilderClass() |
String |
targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
|
ModifyTargetGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
unhealthyThresholdCount()
The number of consecutive health check failures required before considering the target unhealthy.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
public ProtocolEnum healthCheckProtocol()
The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.
With Network Load Balancers, you can't modify this setting.
If the service returns an enum value that is not available in the current SDK version,
healthCheckProtocol will return ProtocolEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from healthCheckProtocolAsString().
With Network Load Balancers, you can't modify this setting.
ProtocolEnumpublic String healthCheckProtocolAsString()
The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.
With Network Load Balancers, you can't modify this setting.
If the service returns an enum value that is not available in the current SDK version,
healthCheckProtocol will return ProtocolEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from healthCheckProtocolAsString().
With Network Load Balancers, you can't modify this setting.
ProtocolEnumpublic String healthCheckPort()
The port the load balancer uses when performing health checks on targets.
public String healthCheckPath()
[HTTP/HTTPS health checks] The ping path that is the destination for the health check request.
public Boolean healthCheckEnabled()
Indicates whether health checks are enabled.
public Integer healthCheckIntervalSeconds()
The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.
With Network Load Balancers, you can't modify this setting.
With Network Load Balancers, you can't modify this setting.
public Integer healthCheckTimeoutSeconds()
[HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.
With Network Load Balancers, you can't modify this setting.
With Network Load Balancers, you can't modify this setting.
public Integer healthyThresholdCount()
The number of consecutive health checks successes required before considering an unhealthy target healthy.
public Integer unhealthyThresholdCount()
The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.
public Matcher matcher()
[HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.
With Network Load Balancers, you can't modify this setting.
With Network Load Balancers, you can't modify this setting.
public ModifyTargetGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyTargetGroupRequest.Builder,ModifyTargetGroupRequest>toBuilder in class ElasticLoadBalancingV2Requestpublic static ModifyTargetGroupRequest.Builder builder()
public static Class<? extends ModifyTargetGroupRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.