Interface ModelDashboardEndpoint.Builder

  • Method Details

    • endpointName

      ModelDashboardEndpoint.Builder endpointName(String endpointName)

      The endpoint name.

      Parameters:
      endpointName - The endpoint name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointArn

      ModelDashboardEndpoint.Builder endpointArn(String endpointArn)

      The Amazon Resource Name (ARN) of the endpoint.

      Parameters:
      endpointArn - The Amazon Resource Name (ARN) of the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      ModelDashboardEndpoint.Builder creationTime(Instant creationTime)

      A timestamp that indicates when the endpoint was created.

      Parameters:
      creationTime - A timestamp that indicates when the endpoint was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      ModelDashboardEndpoint.Builder lastModifiedTime(Instant lastModifiedTime)

      The last time the endpoint was modified.

      Parameters:
      lastModifiedTime - The last time the endpoint was modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointStatus

      ModelDashboardEndpoint.Builder endpointStatus(String endpointStatus)

      The endpoint status.

      Parameters:
      endpointStatus - The endpoint status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • endpointStatus

      ModelDashboardEndpoint.Builder endpointStatus(EndpointStatus endpointStatus)

      The endpoint status.

      Parameters:
      endpointStatus - The endpoint status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: