Interface ExperimentSummary.Builder

  • Method Details

    • experimentArn

      ExperimentSummary.Builder experimentArn(String experimentArn)

      The Amazon Resource Name (ARN) of the experiment.

      Parameters:
      experimentArn - The Amazon Resource Name (ARN) of the experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • experimentName

      ExperimentSummary.Builder experimentName(String experimentName)

      The name of the experiment.

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

      ExperimentSummary.Builder displayName(String displayName)

      The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

      Parameters:
      displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • experimentSource

      ExperimentSummary.Builder experimentSource(ExperimentSource experimentSource)
      Sets the value of the ExperimentSource property for this object.
      Parameters:
      experimentSource - The new value for the ExperimentSource property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • experimentSource

      default ExperimentSummary.Builder experimentSource(Consumer<ExperimentSource.Builder> experimentSource)
      Sets the value of the ExperimentSource property for this object. This is a convenience method that creates an instance of the ExperimentSource.Builder avoiding the need to create one manually via ExperimentSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to experimentSource(ExperimentSource).

      Parameters:
      experimentSource - a consumer that will call methods on ExperimentSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      ExperimentSummary.Builder creationTime(Instant creationTime)

      When the experiment was created.

      Parameters:
      creationTime - When the experiment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      ExperimentSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      When the experiment was last modified.

      Parameters:
      lastModifiedTime - When the experiment was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.