@Generated(value="software.amazon.awssdk:codegen") public final class EndpointFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointFilter.Builder,EndpointFilter>
The filter used to determine which endpoints are returned. You can filter jobs on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EndpointFilter.Builder |
builder() |
Instant |
creationTimeAfter()
Specifies a date after which the returned endpoint or endpoints were created.
|
Instant |
creationTimeBefore()
Specifies a date before which the returned endpoint or endpoints were created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelArn()
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointFilter.Builder> |
serializableBuilderClass() |
EndpointStatus |
status()
Specifies the status of the endpoint being returned.
|
String |
statusAsString()
Specifies the status of the endpoint being returned.
|
EndpointFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelArn()
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
public final EndpointStatus status()
Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.
If the service returns an enum value that is not available in the current SDK version, status will
return EndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EndpointStatuspublic final String statusAsString()
Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.
If the service returns an enum value that is not available in the current SDK version, status will
return EndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EndpointStatuspublic final Instant creationTimeBefore()
Specifies a date before which the returned endpoint or endpoints were created.
public final Instant creationTimeAfter()
Specifies a date after which the returned endpoint or endpoints were created.
public EndpointFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EndpointFilter.Builder,EndpointFilter>public static EndpointFilter.Builder builder()
public static Class<? extends EndpointFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.