Interface SearchGroupProfilesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SearchGroupProfilesRequest.Builder,
,SearchGroupProfilesRequest> DataZoneRequest.Builder
,SdkBuilder<SearchGroupProfilesRequest.Builder,
,SearchGroupProfilesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SearchGroupProfilesRequest
-
Method Summary
Modifier and TypeMethodDescriptiondomainIdentifier
(String domainIdentifier) The identifier of the Amazon DataZone domain in which you want to search group profiles.The group type for which to search.groupType
(GroupSearchType groupType) The group type for which to search.maxResults
(Integer maxResults) The maximum number of results to return in a single call toSearchGroupProfiles
.When the number of results is greater than the default value for theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of results, the response includes a pagination token namedNextToken
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.searchText
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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:
-
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 aNextToken
value that you can use in a subsequent call toSearchGroupProfiles
to 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 aNextToken
value that you can use in a subsequent call toSearchGroupProfiles
to list the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
When the number of results is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of results, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toSearchGroupProfiles
to list the next set of results.- Parameters:
nextToken
- When the number of results is greater than the default value for theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of results, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toSearchGroupProfiles
to list the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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) 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
SearchGroupProfilesRequest.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.
-