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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
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.
|
buildrequestOverrideConfigcopyapply, 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.GetTrafficPolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.