Interface ListClusterSchedulerConfigsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListClusterSchedulerConfigsRequest.Builder,,ListClusterSchedulerConfigsRequest> SageMakerRequest.Builder,SdkBuilder<ListClusterSchedulerConfigsRequest.Builder,,ListClusterSchedulerConfigsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListClusterSchedulerConfigsRequest
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn(String clusterArn) Filter for ARN of the cluster.createdAfter(Instant createdAfter) Filter for after this creation time.createdBefore(Instant createdBefore) Filter for before this creation time.maxResults(Integer maxResults) The maximum number of cluster policies to list.nameContains(String nameContains) Filter for name containing this string.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.Filter for sorting the list by a given value.sortBy(SortClusterSchedulerConfigBy sortBy) Filter for sorting the list by a given value.The order of the list.The order of the list.Filter for status.status(SchedulerResourceStatus status) Filter for status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
createdAfter
Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
- Parameters:
createdAfter- Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
- Parameters:
createdBefore- Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
Filter for name containing this string.
- Parameters:
nameContains- Filter for name containing this string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterArn
Filter for ARN of the cluster.
- Parameters:
clusterArn- Filter for ARN of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter for status.
- Parameters:
status- Filter for status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Filter for status.
- Parameters:
status- Filter for status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
- Parameters:
sortBy- Filter for sorting the list by a given value. For example, sort by name, creation time, or status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
- Parameters:
sortBy- Filter for sorting the list by a given value. For example, sort by name, creation time, or status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order of the list. By default, listed in
Descendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending.- Parameters:
sortOrder- The order of the list. By default, listed inDescendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order of the list. By default, listed in
Descendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending.- Parameters:
sortOrder- The order of the list. By default, listed inDescendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
The maximum number of cluster policies to list.
- Parameters:
maxResults- The maximum number of cluster policies to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListClusterSchedulerConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListClusterSchedulerConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-