Struct aws_sdk_sagemaker::input::list_endpoints_input::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListEndpointsInput
Implementations
Sorts the list of results. The default is CreationTime
.
Sorts the list of results. The default is CreationTime
.
The sort order for results. The default is Descending
.
The sort order for results. The default is Descending
.
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.
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.
The maximum number of endpoints to return in the response. This value defaults to 10.
The maximum number of endpoints to return in the response. This value defaults to 10.
A string in endpoint names. This filter returns only endpoints whose name contains the specified string.
A string in endpoint names. This filter returns only endpoints whose name contains the specified string.
A filter that returns only endpoints that were created before the specified time (timestamp).
A filter that returns only endpoints that were created before the specified time (timestamp).
A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).
A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).
A filter that returns only endpoints that were modified before the specified timestamp.
A filter that returns only endpoints that were modified before the specified timestamp.
A filter that returns only endpoints that were modified after the specified timestamp.
A filter that returns only endpoints that were modified after the specified timestamp.
A filter that returns only endpoints with the specified status.
A filter that returns only endpoints with the specified status.
Consumes the builder and constructs a ListEndpointsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more