public static interface DeleteTrafficPolicyInstanceRequest.Builder extends Route53Request.Builder, CopyableBuilder<DeleteTrafficPolicyInstanceRequest.Builder,DeleteTrafficPolicyInstanceRequest>
Modifier and Type | Method and Description |
---|---|
DeleteTrafficPolicyInstanceRequest.Builder |
id(String id)
The ID of the traffic policy instance that you want to delete.
|
DeleteTrafficPolicyInstanceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteTrafficPolicyInstanceRequest.Builder id(String id)
The ID of the traffic policy instance that you want to delete.
When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.
id
- The ID of the traffic policy instance that you want to delete. When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.
DeleteTrafficPolicyInstanceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.