Interface ListProjectMembershipsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListProjectMembershipsResponse.Builder,,- ListProjectMembershipsResponse> - DataZoneResponse.Builder,- SdkBuilder<ListProjectMembershipsResponse.Builder,,- ListProjectMembershipsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListProjectMembershipsResponse
@Mutable
@NotThreadSafe
public static interface ListProjectMembershipsResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListProjectMembershipsResponse.Builder,ListProjectMembershipsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionmembers(Collection<ProjectMember> members) The members of the project.members(Consumer<ProjectMember.Builder>... members) The members of the project.members(ProjectMember... members) The members of the project.When the number of memberships is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of memberships, 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- 
membersThe members of the project. - Parameters:
- members- The members of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
membersThe members of the project. - Parameters:
- members- The members of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
membersThe members of the project. This is a convenience method that creates an instance of theProjectMember.Builderavoiding the need to create one manually viaProjectMember.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomembers(List<ProjectMember>).- Parameters:
- members- a consumer that will call methods on- ProjectMember.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenWhen the number of memberships is greater than the default value for the MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of memberships, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListProjectMembershipsto list the next set of memberships.- Parameters:
- nextToken- When the number of memberships is greater than the default value for the- MaxResultsparameter, or if you explicitly specify a value for- MaxResultsthat is less than the number of memberships, the response includes a pagination token named- NextToken. You can specify this- NextTokenvalue in a subsequent call to- ListProjectMembershipsto list the next set of memberships.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-