Interface ListApplicationsResponse.Builder

    • Method Detail

      • applicationSummaries

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

        Summary of the OpenSearch Applications, including ID, ARN, name, endpoint, status, create time and last update time.

        Parameters:
        applicationSummaries - Summary of the OpenSearch Applications, including ID, ARN, name, endpoint, status, create 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)

        Summary of the OpenSearch Applications, including ID, ARN, name, endpoint, status, create time and last update time.

        Parameters:
        applicationSummaries - Summary of the OpenSearch Applications, including ID, ARN, name, endpoint, status, create 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.