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.
|
build
requestOverrideConfig
copy
apply, build
GetTrafficPolicyRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetTrafficPolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.