public static interface SearchGroupProfilesRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<SearchGroupProfilesRequest.Builder,SearchGroupProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchGroupProfilesRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to search group profiles.
|
SearchGroupProfilesRequest.Builder |
groupType(GroupSearchType groupType)
The group type for which to search.
|
SearchGroupProfilesRequest.Builder |
groupType(String groupType)
The group type for which to search.
|
SearchGroupProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call to
SearchGroupProfiles. |
SearchGroupProfilesRequest.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. |
SearchGroupProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchGroupProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchGroupProfilesRequest.Builder |
searchText(String searchText)
Specifies the text for which to search.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchGroupProfilesRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to search group profiles.
domainIdentifier - The identifier of the Amazon DataZone domain in which you want to search group profiles.SearchGroupProfilesRequest.Builder groupType(String groupType)
The group type for which to search.
groupType - The group type for which to search.GroupSearchType,
GroupSearchTypeSearchGroupProfilesRequest.Builder groupType(GroupSearchType groupType)
The group type for which to search.
groupType - The group type for which to search.GroupSearchType,
GroupSearchTypeSearchGroupProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call to SearchGroupProfiles. 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 SearchGroupProfiles to
list the next set of results.
maxResults - The maximum number of results to return in a single call to SearchGroupProfiles. 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
SearchGroupProfiles to list the next set of results.SearchGroupProfilesRequest.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 SearchGroupProfiles 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 SearchGroupProfiles to
list the next set of results.SearchGroupProfilesRequest.Builder searchText(String searchText)
Specifies the text for which to search.
searchText - Specifies the text for which to search.SearchGroupProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchGroupProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.