Interface ModelDashboardEndpoint.Builder

    • Method Detail

      • 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.