public static interface GetTrafficPolicyRequest.Builder extends Route53Request.Builder, CopyableBuilder<GetTrafficPolicyRequest.Builder,GetTrafficPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTrafficPolicyRequest.Builder |
id(String id)
The ID of the traffic policy that you want to get information about.
|
GetTrafficPolicyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetTrafficPolicyRequest.Builder |
version(Integer version)
The version number of the traffic policy that you want to get information about.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildGetTrafficPolicyRequest.Builder id(String id)
The ID of the traffic policy that you want to get information about.
id - The ID of the traffic policy that you want to get information about.GetTrafficPolicyRequest.Builder version(Integer version)
The version number of the traffic policy that you want to get information about.
version - The version number of the traffic policy that you want to get information about.GetTrafficPolicyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.