Interface ListApplicationsResponse.Builder

    • Method Detail

      • applicationSummaries

        ListApplicationsResponse.Builder applicationSummaries​(Collection<ApplicationSummary> applicationSummaries)

        Summarizes OpenSearch applications, including ID, ARN, name, endpoint, status, creation time, and last update time.

        Parameters:
        applicationSummaries - Summarizes OpenSearch applications, including ID, ARN, name, endpoint, status, creation time, and last update time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationSummaries

        ListApplicationsResponse.Builder applicationSummaries​(ApplicationSummary... applicationSummaries)

        Summarizes OpenSearch applications, including ID, ARN, name, endpoint, status, creation time, and last update time.

        Parameters:
        applicationSummaries - Summarizes OpenSearch applications, including ID, ARN, name, endpoint, status, creation time, and last update time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationsResponse.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.