public static interface SearchTypesRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<SearchTypesRequest.Builder,SearchTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchTypesRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to invoke the
SearchTypes action. |
default SearchTypesRequest.Builder |
filters(Consumer<FilterClause.Builder> filters)
The filters for the
SearchTypes action. |
SearchTypesRequest.Builder |
filters(FilterClause filters)
The filters for the
SearchTypes action. |
SearchTypesRequest.Builder |
managed(Boolean managed)
|
SearchTypesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call to
SearchTypes. |
SearchTypesRequest.Builder |
nextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. |
SearchTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchTypesRequest.Builder |
searchIn(Collection<SearchInItem> searchIn)
|
SearchTypesRequest.Builder |
searchIn(Consumer<SearchInItem.Builder>... searchIn)
This is a convenience method that creates an instance of the
SearchInItem.Builder avoiding the need to create one
manually via SearchInItem.builder(). |
SearchTypesRequest.Builder |
searchIn(SearchInItem... searchIn)
|
SearchTypesRequest.Builder |
searchScope(String searchScope)
Specifies the scope of the search for types.
|
SearchTypesRequest.Builder |
searchScope(TypesSearchScope searchScope)
Specifies the scope of the search for types.
|
SearchTypesRequest.Builder |
searchText(String searchText)
Specifies the text for which to search.
|
default SearchTypesRequest.Builder |
sort(Consumer<SearchSort.Builder> sort)
The specifies the way to sort the
SearchTypes results. |
SearchTypesRequest.Builder |
sort(SearchSort sort)
The specifies the way to sort the
SearchTypes results. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchTypesRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to invoke the SearchTypes action.
domainIdentifier - The identifier of the Amazon DataZone domain in which to invoke the SearchTypes action.SearchTypesRequest.Builder filters(FilterClause filters)
The filters for the SearchTypes action.
filters - The filters for the SearchTypes action.default SearchTypesRequest.Builder filters(Consumer<FilterClause.Builder> filters)
The filters for the SearchTypes action.
FilterClause.Builder avoiding the need
to create one manually via FilterClause.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filters(FilterClause).
filters - a consumer that will call methods on FilterClause.Builderfilters(FilterClause)SearchTypesRequest.Builder managed(Boolean managed)
managed - SearchTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call to SearchTypes. When the number of
results to be listed is greater than the value of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to SearchTypes to list the
next set of results.
maxResults - The maximum number of results to return in a single call to SearchTypes. When the number
of results to be listed is greater than the value of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to SearchTypes to list
the next set of results.SearchTypesRequest.Builder nextToken(String nextToken)
When the number of results is greater than the default value for the MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to SearchTypes to list the next set of
results.
nextToken - When the number of results is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of results, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to SearchTypes to list the
next set of results.SearchTypesRequest.Builder searchIn(Collection<SearchInItem> searchIn)
searchIn - SearchTypesRequest.Builder searchIn(SearchInItem... searchIn)
searchIn - SearchTypesRequest.Builder searchIn(Consumer<SearchInItem.Builder>... searchIn)
SearchInItem.Builder avoiding the need to create one
manually via SearchInItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #searchIn(List.
searchIn - a consumer that will call methods on
SearchInItem.Builder#searchIn(java.util.Collection) SearchTypesRequest.Builder searchScope(String searchScope)
Specifies the scope of the search for types.
searchScope - Specifies the scope of the search for types.TypesSearchScope,
TypesSearchScopeSearchTypesRequest.Builder searchScope(TypesSearchScope searchScope)
Specifies the scope of the search for types.
searchScope - Specifies the scope of the search for types.TypesSearchScope,
TypesSearchScopeSearchTypesRequest.Builder searchText(String searchText)
Specifies the text for which to search.
searchText - Specifies the text for which to search.SearchTypesRequest.Builder sort(SearchSort sort)
The specifies the way to sort the SearchTypes results.
sort - The specifies the way to sort the SearchTypes results.default SearchTypesRequest.Builder sort(Consumer<SearchSort.Builder> sort)
The specifies the way to sort the SearchTypes results.
SearchSort.Builder avoiding the need to
create one manually via SearchSort.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to sort(SearchSort).
sort - a consumer that will call methods on SearchSort.Buildersort(SearchSort)SearchTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.