public static interface ListProjectsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
Modifier and Type | Method and Description |
---|---|
ListProjectsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns the projects that were created after a specified time.
|
ListProjectsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns the projects that were created before a specified time.
|
ListProjectsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of projects to return in the response.
|
ListProjectsRequest.Builder |
nameContains(String nameContains)
A filter that returns the projects whose name contains a specified string.
|
ListProjectsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListProjects request was truncated, the response includes a
NextToken . |
ListProjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProjectsRequest.Builder |
sortBy(ProjectSortBy sortBy)
The field by which to sort results.
|
ListProjectsRequest.Builder |
sortBy(String sortBy)
The field by which to sort results.
|
ListProjectsRequest.Builder |
sortOrder(ProjectSortOrder sortOrder)
The sort order for results.
|
ListProjectsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListProjectsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns the projects that were created after a specified time.
creationTimeAfter
- A filter that returns the projects that were created after a specified time.ListProjectsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns the projects that were created before a specified time.
creationTimeBefore
- A filter that returns the projects that were created before a specified time.ListProjectsRequest.Builder maxResults(Integer maxResults)
The maximum number of projects to return in the response.
maxResults
- The maximum number of projects to return in the response.ListProjectsRequest.Builder nameContains(String nameContains)
A filter that returns the projects whose name contains a specified string.
nameContains
- A filter that returns the projects whose name contains a specified string.ListProjectsRequest.Builder nextToken(String nextToken)
If the result of the previous ListProjects
request was truncated, the response includes a
NextToken
. To retrieve the next set of projects, use the token in the next request.
nextToken
- If the result of the previous ListProjects
request was truncated, the response includes a
NextToken
. To retrieve the next set of projects, use the token in the next request.ListProjectsRequest.Builder sortBy(String sortBy)
The field by which to sort results. The default is CreationTime
.
sortBy
- The field by which to sort results. The default is CreationTime
.ProjectSortBy
,
ProjectSortBy
ListProjectsRequest.Builder sortBy(ProjectSortBy sortBy)
The field by which to sort results. The default is CreationTime
.
sortBy
- The field by which to sort results. The default is CreationTime
.ProjectSortBy
,
ProjectSortBy
ListProjectsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.ProjectSortOrder
,
ProjectSortOrder
ListProjectsRequest.Builder sortOrder(ProjectSortOrder sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.ProjectSortOrder
,
ProjectSortOrder
ListProjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.