Interface ListEndpointConfigsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEndpointConfigsRequest.Builder,ListEndpointConfigsRequest>,SageMakerRequest.Builder,SdkBuilder<ListEndpointConfigsRequest.Builder,ListEndpointConfigsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEndpointConfigsRequest
public static interface ListEndpointConfigsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListEndpointConfigsRequest.Builder,ListEndpointConfigsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEndpointConfigsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).ListEndpointConfigsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only endpoint configurations created before the specified time (timestamp).ListEndpointConfigsRequest.BuildermaxResults(Integer maxResults)The maximum number of training jobs to return in the response.ListEndpointConfigsRequest.BuildernameContains(String nameContains)A string in the endpoint configuration name.ListEndpointConfigsRequest.BuildernextToken(String nextToken)If the result of the previousListEndpointConfigrequest was truncated, the response includes aNextToken.ListEndpointConfigsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEndpointConfigsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEndpointConfigsRequest.BuildersortBy(String sortBy)The field to sort results by.ListEndpointConfigsRequest.BuildersortBy(EndpointConfigSortKey sortBy)The field to sort results by.ListEndpointConfigsRequest.BuildersortOrder(String sortOrder)The sort order for results.ListEndpointConfigsRequest.BuildersortOrder(OrderKey sortOrder)The sort order for 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sortBy
ListEndpointConfigsRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is
CreationTime.- Parameters:
sortBy- The field to sort results by. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointConfigSortKey,EndpointConfigSortKey
-
sortBy
ListEndpointConfigsRequest.Builder sortBy(EndpointConfigSortKey sortBy)
The field to sort results by. The default is
CreationTime.- Parameters:
sortBy- The field to sort results by. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointConfigSortKey,EndpointConfigSortKey
-
sortOrder
ListEndpointConfigsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is
Descending.
-
sortOrder
ListEndpointConfigsRequest.Builder sortOrder(OrderKey sortOrder)
The sort order for results. The default is
Descending.
-
nextToken
ListEndpointConfigsRequest.Builder nextToken(String nextToken)
If the result of the previous
ListEndpointConfigrequest was truncated, the response includes aNextToken. To retrieve the next set of endpoint configurations, use the token in the next request.- Parameters:
nextToken- If the result of the previousListEndpointConfigrequest was truncated, the response includes aNextToken. To retrieve the next set of endpoint configurations, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEndpointConfigsRequest.Builder maxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
- Parameters:
maxResults- The maximum number of training jobs to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListEndpointConfigsRequest.Builder nameContains(String nameContains)
A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.
- Parameters:
nameContains- A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListEndpointConfigsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only endpoint configurations created before the specified time (timestamp).
- Parameters:
creationTimeBefore- A filter that returns only endpoint configurations created before the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListEndpointConfigsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).
- Parameters:
creationTimeAfter- A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEndpointConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEndpointConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-