Interface ListTrafficPolicyInstancesByPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTrafficPolicyInstancesByPolicyRequest.Builder,ListTrafficPolicyInstancesByPolicyRequest>,Route53Request.Builder,SdkBuilder<ListTrafficPolicyInstancesByPolicyRequest.Builder,ListTrafficPolicyInstancesByPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTrafficPolicyInstancesByPolicyRequest
public static interface ListTrafficPolicyInstancesByPolicyRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListTrafficPolicyInstancesByPolicyRequest.Builder,ListTrafficPolicyInstancesByPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTrafficPolicyInstancesByPolicyRequest.BuilderhostedZoneIdMarker(String hostedZoneIdMarker)If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.ListTrafficPolicyInstancesByPolicyRequest.BuildermaxItems(String maxItems)The maximum number of traffic policy instances to be included in the response body for this request.ListTrafficPolicyInstancesByPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTrafficPolicyInstancesByPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTrafficPolicyInstancesByPolicyRequest.BuildertrafficPolicyId(String trafficPolicyId)The ID of the traffic policy for which you want to list traffic policy instances.ListTrafficPolicyInstancesByPolicyRequest.BuildertrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.ListTrafficPolicyInstancesByPolicyRequest.BuildertrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.ListTrafficPolicyInstancesByPolicyRequest.BuildertrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances.ListTrafficPolicyInstancesByPolicyRequest.BuildertrafficPolicyVersion(Integer trafficPolicyVersion)The version of the traffic policy for which you want to list traffic policy instances.-
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
-
trafficPolicyId
ListTrafficPolicyInstancesByPolicyRequest.Builder trafficPolicyId(String trafficPolicyId)
The ID of the traffic policy for which you want to list traffic policy instances.
- Parameters:
trafficPolicyId- The ID of the traffic policy for which you want to list traffic policy instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyVersion
ListTrafficPolicyInstancesByPolicyRequest.Builder trafficPolicyVersion(Integer trafficPolicyVersion)
The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by
TrafficPolicyId.- Parameters:
trafficPolicyVersion- The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified byTrafficPolicyId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneIdMarker
ListTrafficPolicyInstancesByPolicyRequest.Builder hostedZoneIdMarker(String hostedZoneIdMarker)
If the value of
IsTruncatedin the previous response wastrue, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesByPolicyrequest.For the value of
hostedzoneid, specify the value ofHostedZoneIdMarkerfrom the previous response, which is the hosted zone ID of the first traffic policy instance that Amazon Route 53 will return if you submit another request.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.- Parameters:
hostedZoneIdMarker- If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesByPolicyrequest.For the value of
hostedzoneid, specify the value ofHostedZoneIdMarkerfrom the previous response, which is the hosted zone ID of the first traffic policy instance that Amazon Route 53 will return if you submit another request.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyInstanceNameMarker
ListTrafficPolicyInstancesByPolicyRequest.Builder trafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
If the value of
IsTruncatedin the previous response wastrue, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesByPolicyrequest.For the value of
trafficpolicyinstancename, specify the value ofTrafficPolicyInstanceNameMarkerfrom the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.- Parameters:
trafficPolicyInstanceNameMarker- If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesByPolicyrequest.For the value of
trafficpolicyinstancename, specify the value ofTrafficPolicyInstanceNameMarkerfrom the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyInstanceTypeMarker
ListTrafficPolicyInstancesByPolicyRequest.Builder trafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
If the value of
IsTruncatedin the previous response wastrue, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesByPolicyrequest.For the value of
trafficpolicyinstancetype, specify the value ofTrafficPolicyInstanceTypeMarkerfrom the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.- Parameters:
trafficPolicyInstanceTypeMarker- If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesByPolicyrequest.For the value of
trafficpolicyinstancetype, specify the value ofTrafficPolicyInstanceTypeMarkerfrom the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RRType,RRType
-
trafficPolicyInstanceTypeMarker
ListTrafficPolicyInstancesByPolicyRequest.Builder trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
If the value of
IsTruncatedin the previous response wastrue, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesByPolicyrequest.For the value of
trafficpolicyinstancetype, specify the value ofTrafficPolicyInstanceTypeMarkerfrom the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.- Parameters:
trafficPolicyInstanceTypeMarker- If the value ofIsTruncatedin the previous response wastrue, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesByPolicyrequest.For the value of
trafficpolicyinstancetype, specify the value ofTrafficPolicyInstanceTypeMarkerfrom the previous response, which is the name of the first traffic policy instance that Amazon Route 53 will return if you submit another request.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RRType,RRType
-
maxItems
ListTrafficPolicyInstancesByPolicyRequest.Builder maxItems(String maxItems)
The maximum number of traffic policy instances to be included in the response body for this request. If you have more than
MaxItemstraffic policy instances, the value of theIsTruncatedelement in the response istrue, and the values ofHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerrepresent the first traffic policy instance that Amazon Route 53 will return if you submit another request.- Parameters:
maxItems- The maximum number of traffic policy instances to be included in the response body for this request. If you have more thanMaxItemstraffic policy instances, the value of theIsTruncatedelement in the response istrue, and the values ofHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerrepresent the first traffic policy instance that Amazon 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
ListTrafficPolicyInstancesByPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTrafficPolicyInstancesByPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-