public static interface ListProjectsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListProjectsRequest.Builder |
groupIdentifier(String groupIdentifier)
The identifier of a group.
|
ListProjectsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of projects to return in a single call to
ListProjects. |
ListProjectsRequest.Builder |
name(String name)
|
ListProjectsRequest.Builder |
nextToken(String nextToken)
When the number of projects is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of projects, the
response includes a pagination token named NextToken. |
ListProjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProjectsRequest.Builder |
userIdentifier(String userIdentifier)
The identifier of the Amazon DataZone user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.ListProjectsRequest.Builder groupIdentifier(String groupIdentifier)
The identifier of a group.
groupIdentifier - The identifier of a group.ListProjectsRequest.Builder maxResults(Integer maxResults)
The maximum number of projects to return in a single call to ListProjects. When the number of
projects to be listed is greater than the value of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to ListProjects to list the
next set of projects.
maxResults - The maximum number of projects to return in a single call to ListProjects. When the
number of projects to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListProjects to list the next set of projects.ListProjectsRequest.Builder name(String name)
name - ListProjectsRequest.Builder nextToken(String nextToken)
When the number of projects is greater than the default value for the MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of projects, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListProjects to list the next set of
projects.
nextToken - When the number of projects is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of projects, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListProjects to list
the next set of projects.ListProjectsRequest.Builder userIdentifier(String userIdentifier)
The identifier of the Amazon DataZone user.
userIdentifier - The identifier of the Amazon DataZone user.ListProjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.