public static interface ListEndpointsRequest.Builder extends SageMakerRequest.Builder, CopyableBuilder<ListEndpointsRequest.Builder,ListEndpointsRequest>
Modifier and Type | Method and Description |
---|---|
ListEndpointsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only endpoints that were created after the specified time (timestamp).
|
ListEndpointsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only endpoints that were created before the specified time (timestamp).
|
ListEndpointsRequest.Builder |
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only endpoints that were modified after the specified timestamp.
|
ListEndpointsRequest.Builder |
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only endpoints that were modified before the specified timestamp.
|
ListEndpointsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of endpoints to return in the response.
|
ListEndpointsRequest.Builder |
nameContains(String nameContains)
A string in endpoint names.
|
ListEndpointsRequest.Builder |
nextToken(String nextToken)
If the result of a
ListEndpoints request was truncated, the response includes a
NextToken . |
ListEndpointsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListEndpointsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListEndpointsRequest.Builder |
sortBy(EndpointSortKey sortBy)
Sorts the list of results.
|
ListEndpointsRequest.Builder |
sortBy(String sortBy)
Sorts the list of results.
|
ListEndpointsRequest.Builder |
sortOrder(OrderKey sortOrder)
The sort order for results.
|
ListEndpointsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
ListEndpointsRequest.Builder |
statusEquals(EndpointStatus statusEquals)
A filter that returns only endpoints with the specified status.
|
ListEndpointsRequest.Builder |
statusEquals(String statusEquals)
A filter that returns only endpoints with the specified status.
|
build
requestOverrideConfig
copy
apply, build
ListEndpointsRequest.Builder sortBy(String sortBy)
Sorts the list of results. The default is CreationTime
.
sortBy
- Sorts the list of results. The default is CreationTime
.EndpointSortKey
,
EndpointSortKey
ListEndpointsRequest.Builder sortBy(EndpointSortKey sortBy)
Sorts the list of results. The default is CreationTime
.
sortBy
- Sorts the list of results. The default is CreationTime
.EndpointSortKey
,
EndpointSortKey
ListEndpointsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
ListEndpointsRequest.Builder sortOrder(OrderKey sortOrder)
The sort order for results. The default is Ascending
.
ListEndpointsRequest.Builder nextToken(String nextToken)
If the result of a ListEndpoints
request was truncated, the response includes a
NextToken
. To retrieve the next set of endpoints, use the token in the next request.
nextToken
- If the result of a ListEndpoints
request was truncated, the response includes a
NextToken
. To retrieve the next set of endpoints, use the token in the next request.ListEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of endpoints to return in the response.
maxResults
- The maximum number of endpoints to return in the response.ListEndpointsRequest.Builder nameContains(String nameContains)
A string in endpoint names. This filter returns only endpoints whose name contains the specified string.
nameContains
- A string in endpoint names. This filter returns only endpoints whose name contains the specified
string.ListEndpointsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only endpoints that were created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only endpoints that were created before the specified time (timestamp).ListEndpointsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only endpoints that were created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only endpoints that were created after the specified time (timestamp).ListEndpointsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only endpoints that were modified before the specified timestamp.
lastModifiedTimeBefore
- A filter that returns only endpoints that were modified before the specified timestamp.ListEndpointsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only endpoints that were modified after the specified timestamp.
lastModifiedTimeAfter
- A filter that returns only endpoints that were modified after the specified timestamp.ListEndpointsRequest.Builder statusEquals(String statusEquals)
A filter that returns only endpoints with the specified status.
statusEquals
- A filter that returns only endpoints with the specified status.EndpointStatus
,
EndpointStatus
ListEndpointsRequest.Builder statusEquals(EndpointStatus statusEquals)
A filter that returns only endpoints with the specified status.
statusEquals
- A filter that returns only endpoints with the specified status.EndpointStatus
,
EndpointStatus
ListEndpointsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListEndpointsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.