public static interface ListSpacesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListSpacesRequest.Builder,ListSpacesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSpacesRequest.Builder |
domainIdEquals(String domainIdEquals)
A parameter to search for the Domain ID.
|
ListSpacesRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return in the response.
|
ListSpacesRequest.Builder |
nextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListSpacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSpacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSpacesRequest.Builder |
sortBy(SpaceSortKey sortBy)
The parameter by which to sort the results.
|
ListSpacesRequest.Builder |
sortBy(String sortBy)
The parameter by which to sort the results.
|
ListSpacesRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListSpacesRequest.Builder |
sortOrder(String sortOrder)
The sort order for the results.
|
ListSpacesRequest.Builder |
spaceNameContains(String spaceNameContains)
A parameter by which to filter the results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSpacesRequest.Builder nextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.ListSpacesRequest.Builder maxResults(Integer maxResults)
The total number of items to return in the response. If the total number of items available is more than the
value specified, a NextToken is provided in the response. To resume pagination, provide the
NextToken value in the as part of a subsequent call. The default value is 10.
maxResults - The total number of items to return in the response. If the total number of items available is more
than the value specified, a NextToken is provided in the response. To resume pagination,
provide the NextToken value in the as part of a subsequent call. The default value is 10.ListSpacesRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is Ascending.
ListSpacesRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results. The default is Ascending.
ListSpacesRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.SpaceSortKey,
SpaceSortKeyListSpacesRequest.Builder sortBy(SpaceSortKey sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.SpaceSortKey,
SpaceSortKeyListSpacesRequest.Builder domainIdEquals(String domainIdEquals)
A parameter to search for the Domain ID.
domainIdEquals - A parameter to search for the Domain ID.ListSpacesRequest.Builder spaceNameContains(String spaceNameContains)
A parameter by which to filter the results.
spaceNameContains - A parameter by which to filter the results.ListSpacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSpacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.