Interface TrustStore.Builder

    • Method Detail

      • associatedPortalArns

        TrustStore.Builder associatedPortalArns​(Collection<String> associatedPortalArns)

        A list of web portal ARNs that this trust store is associated with.

        Parameters:
        associatedPortalArns - A list of web portal ARNs that this trust store is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associatedPortalArns

        TrustStore.Builder associatedPortalArns​(String... associatedPortalArns)

        A list of web portal ARNs that this trust store is associated with.

        Parameters:
        associatedPortalArns - A list of web portal ARNs that this trust store is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trustStoreArn

        TrustStore.Builder trustStoreArn​(String trustStoreArn)

        The ARN of the trust store.

        Parameters:
        trustStoreArn - The ARN of the trust store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.