Interface EndpointFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EndpointFilter.Builder,EndpointFilter>, SdkBuilder<EndpointFilter.Builder,EndpointFilter>, SdkPojo
Enclosing class:
EndpointFilter

public static interface EndpointFilter.Builder extends SdkPojo, CopyableBuilder<EndpointFilter.Builder,EndpointFilter>
  • Method Details

    • modelArn

      EndpointFilter.Builder modelArn(String modelArn)

      The Amazon Resource Number (ARN) of the model to which the endpoint is attached.

      Parameters:
      modelArn - The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.

      Parameters:
      status - Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.

      Parameters:
      status - Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTimeBefore

      EndpointFilter.Builder creationTimeBefore(Instant creationTimeBefore)

      Specifies a date before which the returned endpoint or endpoints were created.

      Parameters:
      creationTimeBefore - Specifies a date before which the returned endpoint or endpoints were created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimeAfter

      EndpointFilter.Builder creationTimeAfter(Instant creationTimeAfter)

      Specifies a date after which the returned endpoint or endpoints were created.

      Parameters:
      creationTimeAfter - Specifies a date after which the returned endpoint or endpoints were created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.