public static interface TrustStore.Builder extends SdkPojo, CopyableBuilder<TrustStore.Builder,TrustStore>
| Modifier and Type | Method and Description |
|---|---|
TrustStore.Builder |
associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this trust store is associated with.
|
TrustStore.Builder |
associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this trust store is associated with.
|
TrustStore.Builder |
trustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrustStore.Builder associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this trust store is associated with.
associatedPortalArns - A list of web portal ARNs that this trust store is associated with.TrustStore.Builder associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this trust store is associated with.
associatedPortalArns - A list of web portal ARNs that this trust store is associated with.TrustStore.Builder trustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn - The ARN of the trust store.Copyright © 2023. All rights reserved.