public class AliasTarget
extends java.lang.Object
implements java.io.Serializable
Alias resource record sets only: Information about the domain to which you are redirecting traffic.
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide
.
| コンストラクタと説明 |
|---|
AliasTarget()
Default constructor for a new AliasTarget object.
|
AliasTarget(java.lang.String hostedZoneId,
java.lang.String dNSName)
Constructs a new AliasTarget object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDNSName()
Alias resource record sets only: The external DNS name
associated with the AWS Resource.
|
java.lang.Boolean |
getEvaluateTargetHealth()
Alias resource record sets only: A boolean value that indicates
whether this Resource Record Set should respect the health status of
any health checks associated with the ALIAS target record which it is
linked to.
|
java.lang.String |
getHostedZoneId()
Alias resource record sets only: The value of the hosted zone
ID for the AWS resource.
|
int |
hashCode() |
java.lang.Boolean |
isEvaluateTargetHealth()
Alias resource record sets only: A boolean value that indicates
whether this Resource Record Set should respect the health status of
any health checks associated with the ALIAS target record which it is
linked to.
|
void |
setDNSName(java.lang.String dNSName)
Alias resource record sets only: The external DNS name
associated with the AWS Resource.
|
void |
setEvaluateTargetHealth(java.lang.Boolean evaluateTargetHealth)
Alias resource record sets only: A boolean value that indicates
whether this Resource Record Set should respect the health status of
any health checks associated with the ALIAS target record which it is
linked to.
|
void |
setHostedZoneId(java.lang.String hostedZoneId)
Alias resource record sets only: The value of the hosted zone
ID for the AWS resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AliasTarget |
withDNSName(java.lang.String dNSName)
Alias resource record sets only: The external DNS name
associated with the AWS Resource.
|
AliasTarget |
withEvaluateTargetHealth(java.lang.Boolean evaluateTargetHealth)
Alias resource record sets only: A boolean value that indicates
whether this Resource Record Set should respect the health status of
any health checks associated with the ALIAS target record which it is
linked to.
|
AliasTarget |
withHostedZoneId(java.lang.String hostedZoneId)
Alias resource record sets only: The value of the hosted zone
ID for the AWS resource.
|
public AliasTarget()
public AliasTarget(java.lang.String hostedZoneId,
java.lang.String dNSName)
hostedZoneId - Alias resource record sets only: The value
of the hosted zone ID for the AWS resource. For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
dNSName - Alias resource record sets only: The external
DNS name associated with the AWS Resource. For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public java.lang.String getHostedZoneId()
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
Constraints:
Length: 0 - 32
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public void setHostedZoneId(java.lang.String hostedZoneId)
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
Constraints:
Length: 0 - 32
hostedZoneId - Alias resource record sets only: The value of the hosted zone
ID for the AWS resource. For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public AliasTarget withHostedZoneId(java.lang.String hostedZoneId)
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32
hostedZoneId - Alias resource record sets only: The value of the hosted zone
ID for the AWS resource. For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public java.lang.String getDNSName()
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
Constraints:
Length: 0 - 1024
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public void setDNSName(java.lang.String dNSName)
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
Constraints:
Length: 0 - 1024
dNSName - Alias resource record sets only: The external DNS name
associated with the AWS Resource. For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public AliasTarget withDNSName(java.lang.String dNSName)
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
dNSName - Alias resource record sets only: The external DNS name
associated with the AWS Resource. For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public java.lang.Boolean isEvaluateTargetHealth()
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public void setEvaluateTargetHealth(java.lang.Boolean evaluateTargetHealth)
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
evaluateTargetHealth - Alias resource record sets only: A boolean value that indicates
whether this Resource Record Set should respect the health status of
any health checks associated with the ALIAS target record which it is
linked to. For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public AliasTarget withEvaluateTargetHealth(java.lang.Boolean evaluateTargetHealth)
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
Returns a reference to this object so that method calls can be chained together.
evaluateTargetHealth - Alias resource record sets only: A boolean value that indicates
whether this Resource Record Set should respect the health status of
any health checks associated with the ALIAS target record which it is
linked to. For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public java.lang.Boolean getEvaluateTargetHealth()
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide.
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object