Interface ListTrialComponentsRequest.Builder

    • Method Detail

      • experimentName

        ListTrialComponentsRequest.Builder experimentName​(String experimentName)

        A filter that returns only components that are part of the specified experiment. If you specify ExperimentName, you can't filter by SourceArn or TrialName.

        Parameters:
        experimentName - A filter that returns only components that are part of the specified experiment. If you specify ExperimentName, you can't filter by SourceArn or TrialName.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trialName

        ListTrialComponentsRequest.Builder trialName​(String trialName)

        A filter that returns only components that are part of the specified trial. If you specify TrialName, you can't filter by ExperimentName or SourceArn.

        Parameters:
        trialName - A filter that returns only components that are part of the specified trial. If you specify TrialName, you can't filter by ExperimentName or SourceArn.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceArn

        ListTrialComponentsRequest.Builder sourceArn​(String sourceArn)

        A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify SourceArn, you can't filter by ExperimentName or TrialName.

        Parameters:
        sourceArn - A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify SourceArn, you can't filter by ExperimentName or TrialName.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAfter

        ListTrialComponentsRequest.Builder createdAfter​(Instant createdAfter)

        A filter that returns only components created after the specified time.

        Parameters:
        createdAfter - A filter that returns only components created after the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBefore

        ListTrialComponentsRequest.Builder createdBefore​(Instant createdBefore)

        A filter that returns only components created before the specified time.

        Parameters:
        createdBefore - A filter that returns only components created before the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListTrialComponentsRequest.Builder sortOrder​(String sortOrder)

        The sort order. The default value is Descending.

        Parameters:
        sortOrder - The sort order. The default value is Descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListTrialComponentsRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order. The default value is Descending.

        Parameters:
        sortOrder - The sort order. The default value is Descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • maxResults

        ListTrialComponentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of components to return in the response. The default value is 10.

        Parameters:
        maxResults - The maximum number of components to return in the response. The default value is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTrialComponentsRequest.Builder nextToken​(String nextToken)

        If the previous call to ListTrialComponents didn't return the full set of components, the call returns a token for getting the next set of components.

        Parameters:
        nextToken - If the previous call to ListTrialComponents didn't return the full set of components, the call returns a token for getting the next set of components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.