Interface UpdateEndpointRequest.Builder

    • Method Detail

      • endpointArn

        UpdateEndpointRequest.Builder endpointArn​(String endpointArn)

        The Amazon Resource Number (ARN) of the endpoint being updated.

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

        UpdateEndpointRequest.Builder desiredModelArn​(String desiredModelArn)

        The ARN of the new model to use when updating an existing endpoint.

        Parameters:
        desiredModelArn - The ARN of the new model to use when updating an existing endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • desiredInferenceUnits

        UpdateEndpointRequest.Builder desiredInferenceUnits​(Integer desiredInferenceUnits)

        The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.

        Parameters:
        desiredInferenceUnits - The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • desiredDataAccessRoleArn

        UpdateEndpointRequest.Builder desiredDataAccessRoleArn​(String desiredDataAccessRoleArn)

        Data access role ARN to use in case the new model is encrypted with a customer CMK.

        Parameters:
        desiredDataAccessRoleArn - Data access role ARN to use in case the new model is encrypted with a customer CMK.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flywheelArn

        UpdateEndpointRequest.Builder flywheelArn​(String flywheelArn)

        The Amazon Resource Number (ARN) of the flywheel

        Parameters:
        flywheelArn - The Amazon Resource Number (ARN) of the flywheel
        Returns:
        Returns a reference to this object so that method calls can be chained together.