Interface ListServiceIndexesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListServiceIndexesRequest.Builder,,ListServiceIndexesRequest> ResourceExplorer2Request.Builder,SdkBuilder<ListServiceIndexesRequest.Builder,,ListServiceIndexesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListServiceIndexesRequest
@Mutable
@NotThreadSafe
public static interface ListServiceIndexesRequest.Builder
extends ResourceExplorer2Request.Builder, SdkPojo, CopyableBuilder<ListServiceIndexesRequest.Builder,ListServiceIndexesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of index results to return in a single response.The pagination token from a previousListServiceIndexesresponse.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A list of Amazon Web Services Regions to include in the search for indexes.regions(Collection<String> regions) A list of Amazon Web Services Regions to include in the search for indexes.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.resourceexplorer2.model.ResourceExplorer2Request.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
-
regions
A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.
- Parameters:
regions- A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.
- Parameters:
regions- A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of index results to return in a single response. Valid values are between
1and100.- Parameters:
maxResults- The maximum number of index results to return in a single response. Valid values are between1and100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token from a previous
ListServiceIndexesresponse. Use this token to retrieve the next set of results.- Parameters:
nextToken- The pagination token from a previousListServiceIndexesresponse. Use this token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServiceIndexesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListServiceIndexesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-