Interface ListCapabilitiesResponse.Builder

    • Method Detail

      • capabilities

        ListCapabilitiesResponse.Builder capabilities​(Collection<CapabilitySummary> capabilities)

        Returns one or more capabilities associated with this partnership.

        Parameters:
        capabilities - Returns one or more capabilities associated with this partnership.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capabilities

        ListCapabilitiesResponse.Builder capabilities​(CapabilitySummary... capabilities)

        Returns one or more capabilities associated with this partnership.

        Parameters:
        capabilities - Returns one or more capabilities associated with this partnership.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCapabilitiesResponse.Builder nextToken​(String nextToken)

        When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.

        Parameters:
        nextToken - When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.