Interface ModifyTrustStoreResponse.Builder

    • Method Detail

      • trustStores

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

        Information about the modified trust store.

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

        ModifyTrustStoreResponse.Builder trustStores​(TrustStore... trustStores)

        Information about the modified trust store.

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