public static interface ListInstancesRequest.Builder extends ServiceDiscoveryRequest.Builder, CopyableBuilder<ListInstancesRequest.Builder,ListInstancesRequest>
Modifier and Type | Method and Description |
---|---|
ListInstancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of instances that you want Amazon Route 53 to return in the response to a
ListInstances request. |
ListInstancesRequest.Builder |
nextToken(String nextToken)
For the first
ListInstances request, omit this value. |
ListInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListInstancesRequest.Builder |
serviceId(String serviceId)
The ID of the service that you want to list instances for.
|
build
overrideConfiguration
copy
applyMutation, build
ListInstancesRequest.Builder serviceId(String serviceId)
The ID of the service that you want to list instances for.
serviceId
- The ID of the service that you want to list instances for.ListInstancesRequest.Builder nextToken(String nextToken)
For the first ListInstances
request, omit this value.
If more than MaxResults
instances match the specified criteria, you can submit another
ListInstances
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
nextToken
- For the first ListInstances
request, omit this value.
If more than MaxResults
instances match the specified criteria, you can submit another
ListInstances
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
ListInstancesRequest.Builder maxResults(Integer maxResults)
The maximum number of instances that you want Amazon Route 53 to return in the response to a
ListInstances
request. If you don't specify a value for MaxResults
, Amazon Route 53
returns up to 100 instances.
maxResults
- The maximum number of instances that you want Amazon Route 53 to return in the response to a
ListInstances
request. If you don't specify a value for MaxResults
, Amazon
Route 53 returns up to 100 instances.ListInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.