Interface RefResource.Builder

    • Method Detail

      • arn

        RefResource.Builder arn​(String arn)

        The ARN of the experiment or launch.

        Parameters:
        arn - The ARN of the experiment or launch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        RefResource.Builder endTime​(String endTime)

        The day and time that this experiment or launch ended.

        Parameters:
        endTime - The day and time that this experiment or launch ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedOn

        RefResource.Builder lastUpdatedOn​(String lastUpdatedOn)

        The day and time that this experiment or launch was most recently updated.

        Parameters:
        lastUpdatedOn - The day and time that this experiment or launch was most recently updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        RefResource.Builder name​(String name)

        The name of the experiment or launch.

        Parameters:
        name - The name of the experiment or launch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        RefResource.Builder startTime​(String startTime)

        The day and time that this experiment or launch started.

        Parameters:
        startTime - The day and time that this experiment or launch started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        RefResource.Builder status​(String status)

        The status of the experiment or launch.

        Parameters:
        status - The status of the experiment or launch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        RefResource.Builder type​(String type)

        Specifies whether the resource that this structure contains information about is an experiment or a launch.

        Parameters:
        type - Specifies whether the resource that this structure contains information about is an experiment or a launch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.