Interface ListApplicationsRequest.Builder

    • Method Detail

      • nextToken

        ListApplicationsRequest.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusesWithStrings

        ListApplicationsRequest.Builder statusesWithStrings​(Collection<String> statuses)

        Filters the list of OpenSearch applications by status. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        statuses - Filters the list of OpenSearch applications by status. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusesWithStrings

        ListApplicationsRequest.Builder statusesWithStrings​(String... statuses)

        Filters the list of OpenSearch applications by status. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        statuses - Filters the list of OpenSearch applications by status. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statuses

        ListApplicationsRequest.Builder statuses​(Collection<ApplicationStatus> statuses)

        Filters the list of OpenSearch applications by status. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        statuses - Filters the list of OpenSearch applications by status. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statuses

        ListApplicationsRequest.Builder statuses​(ApplicationStatus... statuses)

        Filters the list of OpenSearch applications by status. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        statuses - Filters the list of OpenSearch applications by status. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListApplicationsRequest.Builder maxResults​(Integer maxResults)
        Sets the value of the MaxResults property for this object.
        Parameters:
        maxResults - The new value for the MaxResults property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.