Class UpdateTrafficPolicyInstanceRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleangetId()The ID of the traffic policy instance that you want to update.The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.getTTL()The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.inthashCode()voidThe ID of the traffic policy instance that you want to update.voidsetTrafficPolicyId(String trafficPolicyId) The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.voidsetTrafficPolicyVersion(Integer trafficPolicyVersion) The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.voidThe TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.toString()Returns a string representation of this object; useful for testing and debugging.The ID of the traffic policy instance that you want to update.withTrafficPolicyId(String trafficPolicyId) The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.withTrafficPolicyVersion(Integer trafficPolicyVersion) The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
UpdateTrafficPolicyInstanceRequest
public UpdateTrafficPolicyInstanceRequest()
-
-
Method Details
-
setId
The ID of the traffic policy instance that you want to update.
- Parameters:
id- The ID of the traffic policy instance that you want to update.
-
getId
The ID of the traffic policy instance that you want to update.
- Returns:
- The ID of the traffic policy instance that you want to update.
-
withId
The ID of the traffic policy instance that you want to update.
- Parameters:
id- The ID of the traffic policy instance that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTTL
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
- Parameters:
tTL- The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
-
getTTL
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
- Returns:
- The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
-
withTTL
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
- Parameters:
tTL- The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyId
The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
- Parameters:
trafficPolicyId- The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
-
getTrafficPolicyId
The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
- Returns:
- The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
-
withTrafficPolicyId
The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
- Parameters:
trafficPolicyId- The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyVersion
The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
- Parameters:
trafficPolicyVersion- The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
-
getTrafficPolicyVersion
The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
- Returns:
- The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
-
withTrafficPolicyVersion
The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
- Parameters:
trafficPolicyVersion- The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-