Interface GetServerDetailsResponse.Builder

    • Method Detail

      • associatedApplications

        GetServerDetailsResponse.Builder associatedApplications​(Collection<AssociatedApplication> associatedApplications)

        The associated application group the server belongs to, as defined in AWS Application Discovery Service.

        Parameters:
        associatedApplications - The associated application group the server belongs to, as defined in AWS Application Discovery Service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associatedApplications

        GetServerDetailsResponse.Builder associatedApplications​(AssociatedApplication... associatedApplications)

        The associated application group the server belongs to, as defined in AWS Application Discovery Service.

        Parameters:
        associatedApplications - The associated application group the server belongs to, as defined in AWS Application Discovery Service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetServerDetailsResponse.Builder nextToken​(String nextToken)

        The token you use to retrieve the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token you use to retrieve the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverDetail

        GetServerDetailsResponse.Builder serverDetail​(ServerDetail serverDetail)

        Detailed information about the server.

        Parameters:
        serverDetail - Detailed information about the server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.