Interface ListHsmsResponse.Builder

    • Method Detail

      • hsmList

        ListHsmsResponse.Builder hsmList​(Collection<String> hsmList)

        The list of ARNs that identify the HSMs.

        Parameters:
        hsmList - The list of ARNs that identify the HSMs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hsmList

        ListHsmsResponse.Builder hsmList​(String... hsmList)

        The list of ARNs that identify the HSMs.

        Parameters:
        hsmList - The list of ARNs that identify the HSMs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListHsmsResponse.Builder nextToken​(String nextToken)

        If not null, more results are available. Pass this value to ListHsms to retrieve the next set of items.

        Parameters:
        nextToken - If not null, more results are available. Pass this value to ListHsms to retrieve the next set of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.