Interface ListExperimentsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListExperimentsResponse.Builder,ListExperimentsResponse>, EvidentlyResponse.Builder, SdkBuilder<ListExperimentsResponse.Builder,ListExperimentsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListExperimentsResponse

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

    • experiments

      An array of structures that contain the configuration details of the experiments in the specified project.

      Parameters:
      experiments - An array of structures that contain the configuration details of the experiments in the specified project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • experiments

      ListExperimentsResponse.Builder experiments(Experiment... experiments)

      An array of structures that contain the configuration details of the experiments in the specified project.

      Parameters:
      experiments - An array of structures that contain the configuration details of the experiments in the specified project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • experiments

      An array of structures that contain the configuration details of the experiments in the specified project.

      This is a convenience method that creates an instance of the Experiment.Builder avoiding the need to create one manually via Experiment.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to experiments(List<Experiment>).

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

      The token to use in a subsequent ListExperiments operation to return the next set of results.

      Parameters:
      nextToken - The token to use in a subsequent ListExperiments operation to return the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.