Interface SearchGroupProfilesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchGroupProfilesResponse.Builder,SearchGroupProfilesResponse>,DataZoneResponse.Builder,SdkBuilder<SearchGroupProfilesResponse.Builder,SearchGroupProfilesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SearchGroupProfilesResponse
public static interface SearchGroupProfilesResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<SearchGroupProfilesResponse.Builder,SearchGroupProfilesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchGroupProfilesResponse.Builderitems(Collection<GroupProfileSummary> items)The results of theSearchGroupProfilesaction.SearchGroupProfilesResponse.Builderitems(Consumer<GroupProfileSummary.Builder>... items)The results of theSearchGroupProfilesaction.SearchGroupProfilesResponse.Builderitems(GroupProfileSummary... items)The results of theSearchGroupProfilesaction.SearchGroupProfilesResponse.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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
items
SearchGroupProfilesResponse.Builder items(Collection<GroupProfileSummary> items)
The results of the
SearchGroupProfilesaction.- Parameters:
items- The results of theSearchGroupProfilesaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
SearchGroupProfilesResponse.Builder items(GroupProfileSummary... items)
The results of the
SearchGroupProfilesaction.- Parameters:
items- The results of theSearchGroupProfilesaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
SearchGroupProfilesResponse.Builder items(Consumer<GroupProfileSummary.Builder>... items)
The results of the
This is a convenience method that creates an instance of theSearchGroupProfilesaction.GroupProfileSummary.Builderavoiding the need to create one manually viaGroupProfileSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onGroupProfileSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
SearchGroupProfilesResponse.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.
-
-