Interface ListHubsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListHubsRequest.Builder,
,ListHubsRequest> SageMakerRequest.Builder
,SdkBuilder<ListHubsRequest.Builder,
,ListHubsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListHubsRequest
public static interface ListHubsRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListHubsRequest.Builder,ListHubsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter
(Instant creationTimeAfter) Only list hubs that were created after the time specified.creationTimeBefore
(Instant creationTimeBefore) Only list hubs that were created before the time specified.lastModifiedTimeAfter
(Instant lastModifiedTimeAfter) Only list hubs that were last modified after the time specified.lastModifiedTimeBefore
(Instant lastModifiedTimeBefore) Only list hubs that were last modified before the time specified.maxResults
(Integer maxResults) The maximum number of hubs to list.nameContains
(String nameContains) Only list hubs with names that contain the specified string.If the response to a previousListHubs
request was truncated, the response includes aNextToken
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Sort hubs by either name or creation time.Sort hubs by either name or creation time.Sort hubs by ascending or descending order.Sort hubs by ascending or descending order.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
-
nameContains
Only list hubs with names that contain the specified string.
- Parameters:
nameContains
- Only list hubs with names that contain the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
Only list hubs that were created before the time specified.
- Parameters:
creationTimeBefore
- Only list hubs that were created before the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
Only list hubs that were created after the time specified.
- Parameters:
creationTimeAfter
- Only list hubs that were created after the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeBefore
Only list hubs that were last modified before the time specified.
- Parameters:
lastModifiedTimeBefore
- Only list hubs that were last modified before the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
Only list hubs that were last modified after the time specified.
- Parameters:
lastModifiedTimeAfter
- Only list hubs that were last modified after the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
Sort hubs by either name or creation time.
- Parameters:
sortBy
- Sort hubs by either name or creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Sort hubs by either name or creation time.
- Parameters:
sortBy
- Sort hubs by either name or creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Sort hubs by ascending or descending order.
- Parameters:
sortOrder
- Sort hubs by ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Sort hubs by ascending or descending order.
- Parameters:
sortOrder
- Sort hubs by ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of hubs to list.
- Parameters:
maxResults
- The maximum number of hubs to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the response to a previous
ListHubs
request was truncated, the response includes aNextToken
. To retrieve the next set of hubs, use the token in the next request.- Parameters:
nextToken
- If the response to a previousListHubs
request was truncated, the response includes aNextToken
. To retrieve the next set of hubs, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHubsRequest.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
ListHubsRequest.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.
-