@Generated(value="software.amazon.awssdk:codegen") public final class TargetGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetGroup.Builder,TargetGroup>
Information about a target group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TargetGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TargetGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLoadBalancerArns()
Returns true if the LoadBalancerArns property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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()
The destination for the health check request.
|
String |
healthCheckPort()
The port to use to connect with the target.
|
ProtocolEnum |
healthCheckProtocol()
The protocol to use to connect with the target.
|
String |
healthCheckProtocolAsString()
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.
|
List<String> |
loadBalancerArns()
The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.
|
Matcher |
matcher()
The HTTP codes to use when checking for a successful response from a target.
|
Integer |
port()
The port on which the targets are listening.
|
ProtocolEnum |
protocol()
The protocol to use for routing traffic to the targets.
|
String |
protocolAsString()
The protocol to use for routing traffic to the targets.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TargetGroup.Builder> |
serializableBuilderClass() |
String |
targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
|
String |
targetGroupName()
The name of the target group.
|
TargetTypeEnum |
targetType()
The type of target that you must specify when registering targets with this target group.
|
String |
targetTypeAsString()
The type of target that you must specify when registering targets with this target group.
|
TargetGroup.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.
|
String |
vpcId()
The ID of the VPC for the targets.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
public String targetGroupName()
The name of the target group.
public ProtocolEnum protocol()
The protocol to use for routing traffic to the targets.
If the service returns an enum value that is not available in the current SDK version, protocol will
return ProtocolEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
ProtocolEnumpublic String protocolAsString()
The protocol to use for routing traffic to the targets.
If the service returns an enum value that is not available in the current SDK version, protocol will
return ProtocolEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
ProtocolEnumpublic Integer port()
The port on which the targets are listening. Not used if the target is a Lambda function.
public String vpcId()
The ID of the VPC for the targets.
public ProtocolEnum healthCheckProtocol()
The protocol to use to connect with the target.
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().
ProtocolEnumpublic String healthCheckProtocolAsString()
The protocol to use to connect with the target.
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().
ProtocolEnumpublic String healthCheckPort()
The port to use to connect with the target.
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.
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 String healthCheckPath()
The destination for the health check request.
public Matcher matcher()
The HTTP codes to use when checking for a successful response from a target.
public boolean hasLoadBalancerArns()
public List<String> loadBalancerArns()
The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLoadBalancerArns() to see if a value was sent in this field.
public TargetTypeEnum targetType()
The type of target that you must specify when registering targets with this target group. The possible values are
instance (targets are specified by instance ID) or ip (targets are specified by IP
address).
If the service returns an enum value that is not available in the current SDK version, targetType will
return TargetTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetTypeAsString().
instance (targets are specified by instance ID) or ip (targets are
specified by IP address).TargetTypeEnumpublic String targetTypeAsString()
The type of target that you must specify when registering targets with this target group. The possible values are
instance (targets are specified by instance ID) or ip (targets are specified by IP
address).
If the service returns an enum value that is not available in the current SDK version, targetType will
return TargetTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetTypeAsString().
instance (targets are specified by instance ID) or ip (targets are
specified by IP address).TargetTypeEnumpublic TargetGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TargetGroup.Builder,TargetGroup>public static TargetGroup.Builder builder()
public static Class<? extends TargetGroup.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.