Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyTargetGroupRequest.Builder,ModifyTargetGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyTargetGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyTargetGroupRequest.Builder,ModifyTargetGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyTargetGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyTargetGroupRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
healthCheckIntervalSeconds() |
The approximate amount of time, in seconds, between health checks of an individual target.
|
String |
healthCheckPath() |
The ping path that is the destination for the health check request.
|
String |
healthCheckPort() |
The port to use to connect with the target.
|
String |
healthCheckProtocol() |
The protocol to use to connect with the target.
|
Integer |
healthCheckTimeoutSeconds() |
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() |
The HTTP codes to use when checking for a successful response from a target.
|
static Class<? extends ModifyTargetGroupRequest.Builder> |
serializableBuilderClass() |
|
String |
targetGroupArn() |
The Amazon Resource Name (ARN) of the target group.
|
ModifyTargetGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Integer |
unhealthyThresholdCount() |
The number of consecutive health check failures required before considering the target unhealthy.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
public String healthCheckProtocol()
The protocol to use to connect with the target.
ProtocolEnum
public String healthCheckPort()
The port to use to connect with the target.
public String healthCheckPath()
The ping path that is the destination for the health check request.
public Integer healthCheckIntervalSeconds()
The approximate amount of time, in seconds, between health checks of an individual target.
public Integer healthCheckTimeoutSeconds()
The amount of time, in seconds, during which no response means a failed health check.
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.
public Matcher matcher()
The HTTP codes to use when checking for a successful response from a target.
public ModifyTargetGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyTargetGroupRequest.Builder,ModifyTargetGroupRequest>
public static ModifyTargetGroupRequest.Builder builder()
public static Class<? extends ModifyTargetGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.