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 previousListServiceIndexes
response.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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resourceexplorer2.model.ResourceExplorer2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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
1
and100
.- Parameters:
maxResults
- The maximum number of index results to return in a single response. Valid values are between1
and100
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token from a previous
ListServiceIndexes
response. Use this token to retrieve the next set of results.- Parameters:
nextToken
- The pagination token from a previousListServiceIndexes
response. 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-