Interface TrustStore.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrustStore.Builder,TrustStore>, SdkBuilder<TrustStore.Builder,TrustStore>, SdkPojo
Enclosing class:
TrustStore

public static interface TrustStore.Builder extends SdkPojo, CopyableBuilder<TrustStore.Builder,TrustStore>
  • Method Details

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