public static interface EndpointFilter.Builder extends SdkPojo, CopyableBuilder<EndpointFilter.Builder,EndpointFilter>
| Modifier and Type | Method and Description |
|---|---|
EndpointFilter.Builder |
creationTimeAfter(Instant creationTimeAfter)
Specifies a date after which the returned endpoint or endpoints were created.
|
EndpointFilter.Builder |
creationTimeBefore(Instant creationTimeBefore)
Specifies a date before which the returned endpoint or endpoints were created.
|
EndpointFilter.Builder |
modelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
|
EndpointFilter.Builder |
status(EndpointStatus status)
Specifies the status of the endpoint being returned.
|
EndpointFilter.Builder |
status(String status)
Specifies the status of the endpoint being returned.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointFilter.Builder modelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
modelArn - The Amazon Resource Number (ARN) of the model to which the endpoint is attached.EndpointFilter.Builder status(String status)
Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.
status - Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating,
Deleting, Failed.EndpointStatus,
EndpointStatusEndpointFilter.Builder status(EndpointStatus status)
Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.
status - Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating,
Deleting, Failed.EndpointStatus,
EndpointStatusEndpointFilter.Builder creationTimeBefore(Instant creationTimeBefore)
Specifies a date before which the returned endpoint or endpoints were created.
creationTimeBefore - Specifies a date before which the returned endpoint or endpoints were created.EndpointFilter.Builder creationTimeAfter(Instant creationTimeAfter)
Specifies a date after which the returned endpoint or endpoints were created.
creationTimeAfter - Specifies a date after which the returned endpoint or endpoints were created.Copyright © 2023. All rights reserved.