Interface GetTrafficPolicyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTrafficPolicyRequest.Builder,,GetTrafficPolicyRequest> Route53Request.Builder,SdkBuilder<GetTrafficPolicyRequest.Builder,,GetTrafficPolicyRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTrafficPolicyRequest
@Mutable
@NotThreadSafe
public static interface GetTrafficPolicyRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetTrafficPolicyRequest.Builder,GetTrafficPolicyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the traffic policy that you want to get information about.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The version number of the traffic policy that you want to get information about.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the traffic policy that you want to get information about.
- Parameters:
id- The ID of the traffic policy that you want to get information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version number of the traffic policy that you want to get information about.
- Parameters:
version- The version number of the traffic policy that you want to get information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTrafficPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTrafficPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-