Interface ListProjectMembershipsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListProjectMembershipsRequest.Builder,ListProjectMembershipsRequest>,DataZoneRequest.Builder,SdkBuilder<ListProjectMembershipsRequest.Builder,ListProjectMembershipsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListProjectMembershipsRequest
public static interface ListProjectMembershipsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListProjectMembershipsRequest.Builder,ListProjectMembershipsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProjectMembershipsRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which you want to list project memberships.ListProjectMembershipsRequest.BuildermaxResults(Integer maxResults)The maximum number of memberships to return in a single call toListProjectMemberships.ListProjectMembershipsRequest.BuildernextToken(String nextToken)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.ListProjectMembershipsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProjectMembershipsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProjectMembershipsRequest.BuilderprojectIdentifier(String projectIdentifier)The identifier of the project whose memberships you want to list.ListProjectMembershipsRequest.BuildersortBy(String sortBy)The method by which you want to sort the project memberships.ListProjectMembershipsRequest.BuildersortBy(SortFieldProject sortBy)The method by which you want to sort the project memberships.ListProjectMembershipsRequest.BuildersortOrder(String sortOrder)The sort order of the project memberships.ListProjectMembershipsRequest.BuildersortOrder(SortOrder sortOrder)The sort order of the project memberships.-
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
ListProjectMembershipsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to list project memberships.
- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which you want to list project memberships.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListProjectMembershipsRequest.Builder maxResults(Integer maxResults)
The maximum number of memberships to return in a single call to
ListProjectMemberships. When the number of memberships to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListProjectMembershipsto list the next set of memberships.- Parameters:
maxResults- The maximum number of memberships to return in a single call toListProjectMemberships. When the number of memberships to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListProjectMembershipsto list the next set of memberships.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListProjectMembershipsRequest.Builder nextToken(String nextToken)
When 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 theMaxResultsparameter, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectIdentifier
ListProjectMembershipsRequest.Builder projectIdentifier(String projectIdentifier)
The identifier of the project whose memberships you want to list.
- Parameters:
projectIdentifier- The identifier of the project whose memberships you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListProjectMembershipsRequest.Builder sortBy(String sortBy)
The method by which you want to sort the project memberships.
- Parameters:
sortBy- The method by which you want to sort the project memberships.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortFieldProject,SortFieldProject
-
sortBy
ListProjectMembershipsRequest.Builder sortBy(SortFieldProject sortBy)
The method by which you want to sort the project memberships.
- Parameters:
sortBy- The method by which you want to sort the project memberships.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortFieldProject,SortFieldProject
-
sortOrder
ListProjectMembershipsRequest.Builder sortOrder(String sortOrder)
The sort order of the project memberships.
-
sortOrder
ListProjectMembershipsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order of the project memberships.
-
overrideConfiguration
ListProjectMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProjectMembershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-