CopyableBuilder<CreateTrafficPolicyInstanceRequest.Builder,CreateTrafficPolicyInstanceRequest>
, SdkBuilder<CreateTrafficPolicyInstanceRequest.Builder,CreateTrafficPolicyInstanceRequest>
public static interface CreateTrafficPolicyInstanceRequest.Builder extends CopyableBuilder<CreateTrafficPolicyInstanceRequest.Builder,CreateTrafficPolicyInstanceRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateTrafficPolicyInstanceRequest.Builder |
hostedZoneId(String hostedZoneId) |
The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the
configuration in a traffic policy.
|
CreateTrafficPolicyInstanceRequest.Builder |
name(String name) |
The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53
responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic
policy instance.
|
CreateTrafficPolicyInstanceRequest.Builder |
trafficPolicyId(String trafficPolicyId) |
The ID of the traffic policy that you want to use to create resource record sets in the specified hosted
zone.
|
CreateTrafficPolicyInstanceRequest.Builder |
trafficPolicyVersion(Integer trafficPolicyVersion) |
The version of the traffic policy that you want to use to create resource record sets in the specified hosted
zone.
|
CreateTrafficPolicyInstanceRequest.Builder |
ttl(Long ttl) |
(Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates
in the specified hosted zone.
|
copy
apply, build
CreateTrafficPolicyInstanceRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.
hostedZoneId
- The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using
the configuration in a traffic policy.CreateTrafficPolicyInstanceRequest.Builder name(String name)
The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.
name
- The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon
Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for
this traffic policy instance.CreateTrafficPolicyInstanceRequest.Builder ttl(Long ttl)
(Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.
ttl
- (Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it
creates in the specified hosted zone.CreateTrafficPolicyInstanceRequest.Builder trafficPolicyId(String trafficPolicyId)
The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.
trafficPolicyId
- The ID of the traffic policy that you want to use to create resource record sets in the specified
hosted zone.CreateTrafficPolicyInstanceRequest.Builder trafficPolicyVersion(Integer trafficPolicyVersion)
The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.
trafficPolicyVersion
- The version of the traffic policy that you want to use to create resource record sets in the specified
hosted zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.