Interface RefResource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RefResource.Builder,RefResource>, SdkBuilder<RefResource.Builder,RefResource>, SdkPojo
Enclosing class:
RefResource

public static interface RefResource.Builder extends SdkPojo, CopyableBuilder<RefResource.Builder,RefResource>
  • Method Details

    • 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

      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

      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.