Interface MlResourceDefinition.Builder

    • Method Detail

      • name

        MlResourceDefinition.Builder name​(String name)

        The resource name.

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

        MlResourceDefinition.Builder arn​(String arn)

        The resource ARN.

        Parameters:
        arn - The resource ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        MlResourceDefinition.Builder status​(String status)

        The resource status.

        Parameters:
        status - The resource status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputLocation

        MlResourceDefinition.Builder outputLocation​(String outputLocation)

        The output location.

        Parameters:
        outputLocation - The output location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        MlResourceDefinition.Builder failureReason​(String failureReason)

        The failure reason, in case of a failure.

        Parameters:
        failureReason - The failure reason, in case of a failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudwatchLogUrl

        MlResourceDefinition.Builder cloudwatchLogUrl​(String cloudwatchLogUrl)

        The CloudWatch log URL for the resource.

        Parameters:
        cloudwatchLogUrl - The CloudWatch log URL for the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.