Interface ListTrafficPolicyVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTrafficPolicyVersionsRequest.Builder,ListTrafficPolicyVersionsRequest>,Route53Request.Builder,SdkBuilder<ListTrafficPolicyVersionsRequest.Builder,ListTrafficPolicyVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTrafficPolicyVersionsRequest
public static interface ListTrafficPolicyVersionsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListTrafficPolicyVersionsRequest.Builder,ListTrafficPolicyVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTrafficPolicyVersionsRequest.Builderid(String id)Specify the value ofIdof the traffic policy for which you want to list all versions.ListTrafficPolicyVersionsRequest.BuildermaxItems(String maxItems)The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request.ListTrafficPolicyVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTrafficPolicyVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTrafficPolicyVersionsRequest.BuildertrafficPolicyVersionMarker(String trafficPolicyVersionMarker)For your first request toListTrafficPolicyVersions, don't include theTrafficPolicyVersionMarkerparameter.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
ListTrafficPolicyVersionsRequest.Builder id(String id)
Specify the value of
Idof the traffic policy for which you want to list all versions.- Parameters:
id- Specify the value ofIdof the traffic policy for which you want to list all versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyVersionMarker
ListTrafficPolicyVersionsRequest.Builder trafficPolicyVersionMarker(String trafficPolicyVersionMarker)
For your first request to
ListTrafficPolicyVersions, don't include theTrafficPolicyVersionMarkerparameter.If you have more traffic policy versions than the value of
MaxItems,ListTrafficPolicyVersionsreturns only the first group ofMaxItemsversions. To get more traffic policy versions, submit anotherListTrafficPolicyVersionsrequest. For the value ofTrafficPolicyVersionMarker, specify the value ofTrafficPolicyVersionMarkerin the previous response.- Parameters:
trafficPolicyVersionMarker- For your first request toListTrafficPolicyVersions, don't include theTrafficPolicyVersionMarkerparameter.If you have more traffic policy versions than the value of
MaxItems,ListTrafficPolicyVersionsreturns only the first group ofMaxItemsversions. To get more traffic policy versions, submit anotherListTrafficPolicyVersionsrequest. For the value ofTrafficPolicyVersionMarker, specify the value ofTrafficPolicyVersionMarkerin the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListTrafficPolicyVersionsRequest.Builder maxItems(String maxItems)
The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than
MaxItemsversions, the value ofIsTruncatedin the response istrue, and the value of theTrafficPolicyVersionMarkerelement is the ID of the first version that Route 53 will return if you submit another request.- Parameters:
maxItems- The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more thanMaxItemsversions, the value ofIsTruncatedin the response istrue, and the value of theTrafficPolicyVersionMarkerelement is the ID of the first version that Route 53 will return if you submit another request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTrafficPolicyVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTrafficPolicyVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-