Interface ListComputeQuotasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListComputeQuotasRequest.Builder,ListComputeQuotasRequest>,SageMakerRequest.Builder,SdkBuilder<ListComputeQuotasRequest.Builder,ListComputeQuotasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListComputeQuotasRequest
public static interface ListComputeQuotasRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListComputeQuotasRequest.Builder,ListComputeQuotasRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
createdAfter
ListComputeQuotasRequest.Builder createdAfter(Instant 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
ListComputeQuotasRequest.Builder createdBefore(Instant 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
ListComputeQuotasRequest.Builder nameContains(String 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.
-
status
ListComputeQuotasRequest.Builder status(String 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:
SchedulerResourceStatus,SchedulerResourceStatus
-
status
ListComputeQuotasRequest.Builder status(SchedulerResourceStatus 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:
SchedulerResourceStatus,SchedulerResourceStatus
-
clusterArn
ListComputeQuotasRequest.Builder clusterArn(String 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.
-
sortBy
ListComputeQuotasRequest.Builder sortBy(String 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:
SortQuotaBy,SortQuotaBy
-
sortBy
ListComputeQuotasRequest.Builder sortBy(SortQuotaBy 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:
SortQuotaBy,SortQuotaBy
-
sortOrder
ListComputeQuotasRequest.Builder sortOrder(String sortOrder)
The order of the list. By default, listed in
Descendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending.
-
sortOrder
ListComputeQuotasRequest.Builder sortOrder(SortOrder sortOrder)
The order of the list. By default, listed in
Descendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending.
-
nextToken
ListComputeQuotasRequest.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.
- 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
ListComputeQuotasRequest.Builder maxResults(Integer maxResults)
The maximum number of compute allocation definitions to list.
- Parameters:
maxResults- The maximum number of compute allocation definitions to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListComputeQuotasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListComputeQuotasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-