Interface ListSpacesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSpacesRequest.Builder,
,ListSpacesRequest> SageMakerRequest.Builder
,SdkBuilder<ListSpacesRequest.Builder,
,ListSpacesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSpacesRequest
-
Method Summary
Modifier and TypeMethodDescriptiondomainIdEquals
(String domainIdEquals) A parameter to search for the domain ID.maxResults
(Integer maxResults) This parameter defines the maximum number of results that can be return in a single response.If the previous response was truncated, you will receive this token.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The parameter by which to sort the results.sortBy
(SpaceSortKey sortBy) The parameter by which to sort the results.The sort order for the results.The sort order for the results.spaceNameContains
(String spaceNameContains) A parameter by which to filter the results.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.sagemaker.model.SageMakerRequest.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 Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available than the value specified, aNextToken
is provided in the response. TheNextToken
indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value forMaxResults
is 10.- Parameters:
maxResults
- This parameter defines the maximum number of results that can be return in a single response. TheMaxResults
parameter is an upper bound, not a target. If there are more results available than the value specified, aNextToken
is provided in the response. TheNextToken
indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value forMaxResults
is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
The sort order for the results. The default is
Ascending
.- Parameters:
sortOrder
- The sort order for the results. The default isAscending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for the results. The default is
Ascending
.- Parameters:
sortOrder
- The sort order for the results. The default isAscending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The parameter by which to sort the results. The default is
CreationTime
.- Parameters:
sortBy
- The parameter by which to sort the results. The default isCreationTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The parameter by which to sort the results. The default is
CreationTime
.- Parameters:
sortBy
- The parameter by which to sort the results. The default isCreationTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainIdEquals
A parameter to search for the domain ID.
- Parameters:
domainIdEquals
- A parameter to search for the domain ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceNameContains
A parameter by which to filter the results.
- Parameters:
spaceNameContains
- A parameter by which to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSpacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSpacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-