Interface ListInstancesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInstancesRequest.Builder,ListInstancesRequest>,SdkBuilder<ListInstancesRequest.Builder,ListInstancesRequest>,SdkPojo,SdkRequest.Builder,ServiceDiscoveryRequest.Builder
- Enclosing class:
- ListInstancesRequest
public static interface ListInstancesRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<ListInstancesRequest.Builder,ListInstancesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInstancesRequest.BuildermaxResults(Integer maxResults)The maximum number of instances that you want Cloud Map to return in the response to aListInstancesrequest.ListInstancesRequest.BuildernextToken(String nextToken)For the firstListInstancesrequest, omit this value.ListInstancesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInstancesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInstancesRequest.BuilderserviceId(String serviceId)The ID of the service that you want to list instances for.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicediscovery.model.ServiceDiscoveryRequest.Builder
build
-
-
-
-
Method Detail
-
serviceId
ListInstancesRequest.Builder serviceId(String serviceId)
The ID of the service that you want to list instances for.
- Parameters:
serviceId- The ID of the service that you want to list instances for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListInstancesRequest.Builder nextToken(String nextToken)
For the first
ListInstancesrequest, omit this value.If more than
MaxResultsinstances match the specified criteria, you can submit anotherListInstancesrequest to get the next group of results. Specify the value ofNextTokenfrom the previous response in the next request.- Parameters:
nextToken- For the firstListInstancesrequest, omit this value.If more than
MaxResultsinstances match the specified criteria, you can submit anotherListInstancesrequest to get the next group of results. Specify the value ofNextTokenfrom the previous response in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListInstancesRequest.Builder maxResults(Integer maxResults)
The maximum number of instances that you want Cloud Map to return in the response to a
ListInstancesrequest. If you don't specify a value forMaxResults, Cloud Map returns up to 100 instances.- Parameters:
maxResults- The maximum number of instances that you want Cloud Map to return in the response to aListInstancesrequest. If you don't specify a value forMaxResults, Cloud Map returns up to 100 instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-