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)
Returns a list up to a specified limit.
|
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)
Returns a list up to a specified limit.
maxResults - Returns a list up to a specified limit.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 © 2022. All rights reserved.