Interface SearchGroupProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchGroupProfilesRequest.Builder,SearchGroupProfilesRequest>,DataZoneRequest.Builder,SdkBuilder<SearchGroupProfilesRequest.Builder,SearchGroupProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SearchGroupProfilesRequest
public static interface SearchGroupProfilesRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<SearchGroupProfilesRequest.Builder,SearchGroupProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchGroupProfilesRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which you want to search group profiles.SearchGroupProfilesRequest.BuildergroupType(String groupType)The group type for which to search.SearchGroupProfilesRequest.BuildergroupType(GroupSearchType groupType)The group type for which to search.SearchGroupProfilesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call toSearchGroupProfiles.SearchGroupProfilesRequest.BuildernextToken(String nextToken)When the number of results is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken.SearchGroupProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchGroupProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchGroupProfilesRequest.BuildersearchText(String searchText)Specifies the text for which to search.-
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.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainIdentifier
SearchGroupProfilesRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to search group profiles.
- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which you want to search group profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupType
SearchGroupProfilesRequest.Builder groupType(String groupType)
The group type for which to search.
- Parameters:
groupType- The group type for which to search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupSearchType,GroupSearchType
-
groupType
SearchGroupProfilesRequest.Builder groupType(GroupSearchType groupType)
The group type for which to search.
- Parameters:
groupType- The group type for which to search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupSearchType,GroupSearchType
-
maxResults
SearchGroupProfilesRequest.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 ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toSearchGroupProfilesto list the next set of results.- Parameters:
maxResults- The maximum number of results to return in a single call toSearchGroupProfiles. When the number of results to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toSearchGroupProfilesto list the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
SearchGroupProfilesRequest.Builder nextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toSearchGroupProfilesto list the next set of results.- Parameters:
nextToken- When the number of results is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toSearchGroupProfilesto list the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchText
SearchGroupProfilesRequest.Builder searchText(String searchText)
Specifies the text for which to search.
- Parameters:
searchText- Specifies the text for which to search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchGroupProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SearchGroupProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-