Interface DescribeTrustStoreAssociationsResponse.Builder

    • Method Detail

      • trustStoreAssociations

        DescribeTrustStoreAssociationsResponse.Builder trustStoreAssociations​(Collection<TrustStoreAssociation> trustStoreAssociations)

        Information about the resources the trust store is associated to.

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

        DescribeTrustStoreAssociationsResponse.Builder trustStoreAssociations​(TrustStoreAssociation... trustStoreAssociations)

        Information about the resources the trust store is associated to.

        Parameters:
        trustStoreAssociations - Information about the resources the trust store is associated to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        DescribeTrustStoreAssociationsResponse.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.