Interface ListEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEndpointsRequest.Builder,ListEndpointsRequest>,SageMakerRequest.Builder,SdkBuilder<ListEndpointsRequest.Builder,ListEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEndpointsRequest
public static interface ListEndpointsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListEndpointsRequest.Builder,ListEndpointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEndpointsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).ListEndpointsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only endpoints that were created before the specified time (timestamp).ListEndpointsRequest.BuilderlastModifiedTimeAfter(Instant lastModifiedTimeAfter)A filter that returns only endpoints that were modified after the specified timestamp.ListEndpointsRequest.BuilderlastModifiedTimeBefore(Instant lastModifiedTimeBefore)A filter that returns only endpoints that were modified before the specified timestamp.ListEndpointsRequest.BuildermaxResults(Integer maxResults)The maximum number of endpoints to return in the response.ListEndpointsRequest.BuildernameContains(String nameContains)A string in endpoint names.ListEndpointsRequest.BuildernextToken(String nextToken)If the result of aListEndpointsrequest was truncated, the response includes aNextToken.ListEndpointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEndpointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEndpointsRequest.BuildersortBy(String sortBy)Sorts the list of results.ListEndpointsRequest.BuildersortBy(EndpointSortKey sortBy)Sorts the list of results.ListEndpointsRequest.BuildersortOrder(String sortOrder)The sort order for results.ListEndpointsRequest.BuildersortOrder(OrderKey sortOrder)The sort order for results.ListEndpointsRequest.BuilderstatusEquals(String statusEquals)A filter that returns only endpoints with the specified status.ListEndpointsRequest.BuilderstatusEquals(EndpointStatus statusEquals)A filter that returns only endpoints with the specified status.-
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 Detail
-
sortBy
ListEndpointsRequest.Builder sortBy(String sortBy)
Sorts the list of results. The default is
CreationTime.- Parameters:
sortBy- Sorts the list of results. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointSortKey,EndpointSortKey
-
sortBy
ListEndpointsRequest.Builder sortBy(EndpointSortKey sortBy)
Sorts the list of results. The default is
CreationTime.- Parameters:
sortBy- Sorts the list of results. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointSortKey,EndpointSortKey
-
sortOrder
ListEndpointsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is
Descending.
-
sortOrder
ListEndpointsRequest.Builder sortOrder(OrderKey sortOrder)
The sort order for results. The default is
Descending.
-
nextToken
ListEndpointsRequest.Builder nextToken(String nextToken)
If the result of a
ListEndpointsrequest was truncated, the response includes aNextToken. To retrieve the next set of endpoints, use the token in the next request.- Parameters:
nextToken- If the result of aListEndpointsrequest was truncated, the response includes aNextToken. To retrieve the next set of endpoints, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of endpoints to return in the response. This value defaults to 10.
- Parameters:
maxResults- The maximum number of endpoints to return in the response. This value defaults to 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListEndpointsRequest.Builder nameContains(String nameContains)
A string in endpoint names. This filter returns only endpoints whose name contains the specified string.
- Parameters:
nameContains- A string in endpoint names. This filter returns only endpoints whose name contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListEndpointsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only endpoints that were created before the specified time (timestamp).
- Parameters:
creationTimeBefore- A filter that returns only endpoints that were created before the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListEndpointsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).
- Parameters:
creationTimeAfter- A filter that returns only endpoints 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.
-
lastModifiedTimeBefore
ListEndpointsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only endpoints that were modified before the specified timestamp.
- Parameters:
lastModifiedTimeBefore- A filter that returns only endpoints that were modified before the specified timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
ListEndpointsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only endpoints that were modified after the specified timestamp.
- Parameters:
lastModifiedTimeAfter- A filter that returns only endpoints that were modified after the specified timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
ListEndpointsRequest.Builder statusEquals(String statusEquals)
A filter that returns only endpoints with the specified status.
- Parameters:
statusEquals- A filter that returns only endpoints with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointStatus,EndpointStatus
-
statusEquals
ListEndpointsRequest.Builder statusEquals(EndpointStatus statusEquals)
A filter that returns only endpoints with the specified status.
- Parameters:
statusEquals- A filter that returns only endpoints with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointStatus,EndpointStatus
-
overrideConfiguration
ListEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-