Interface ListApplicationsResponse.Builder

    • Method Detail

      • applications

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

        The applications registered with AWS Systems Manager for SAP.

        Parameters:
        applications - The applications registered with AWS Systems Manager for SAP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        ListApplicationsResponse.Builder applications​(ApplicationSummary... applications)

        The applications registered with AWS Systems Manager for SAP.

        Parameters:
        applications - The applications registered with AWS Systems Manager for SAP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.