Interface ListProjectsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListProjectsResponse.Builder,,- ListProjectsResponse> - DataZoneResponse.Builder,- SdkBuilder<ListProjectsResponse.Builder,,- ListProjectsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListProjectsResponse
@Mutable
@NotThreadSafe
public static interface ListProjectsResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionitems(Collection<ProjectSummary> items) The results of theListProjectsaction.items(Consumer<ProjectSummary.Builder>... items) The results of theListProjectsaction.items(ProjectSummary... items) The results of theListProjectsaction.When the number of projects is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of projects, the response includes a pagination token namedNextToken.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
itemsThe results of the ListProjectsaction.- Parameters:
- items- The results of the- ListProjectsaction.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsThe results of the ListProjectsaction.- Parameters:
- items- The results of the- ListProjectsaction.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsThe results of the This is a convenience method that creates an instance of theListProjectsaction.ProjectSummary.Builderavoiding the need to create one manually viaProjectSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<ProjectSummary>).- Parameters:
- items- a consumer that will call methods on- ProjectSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenWhen the number of projects is greater than the default value for the MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of projects, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListProjectsto list the next set of projects.- Parameters:
- nextToken- When the number of projects is greater than the default value for the- MaxResultsparameter, or if you explicitly specify a value for- MaxResultsthat is less than the number of projects, the response includes a pagination token named- NextToken. You can specify this- NextTokenvalue in a subsequent call to- ListProjectsto list the next set of projects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-