Interface DescribeTrustStoresResponse.Builder

    • Method Detail

      • trustStores

        DescribeTrustStoresResponse.Builder trustStores​(Collection<TrustStore> trustStores)

        Information about the trust stores.

        Parameters:
        trustStores - Information about the trust stores.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trustStores

        DescribeTrustStoresResponse.Builder trustStores​(TrustStore... trustStores)

        Information about the trust stores.

        Parameters:
        trustStores - Information about the trust stores.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        DescribeTrustStoresResponse.Builder nextMarker​(String nextMarker)

        If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

        Parameters:
        nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.