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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustStore.BuilderassociatedPortalArns(String... associatedPortalArns)A list of web portal ARNs that this trust store is associated with.TrustStore.BuilderassociatedPortalArns(Collection<String> associatedPortalArns)A list of web portal ARNs that this trust store is associated with.TrustStore.BuildertrustStoreArn(String trustStoreArn)The ARN of the trust store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-