Interface TrustStoreSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TrustStoreSummary.Builder,,- TrustStoreSummary> - SdkBuilder<TrustStoreSummary.Builder,,- TrustStoreSummary> - SdkPojo
- Enclosing class:
- TrustStoreSummary
@Mutable
@NotThreadSafe
public static interface TrustStoreSummary.Builder
extends SdkPojo, CopyableBuilder<TrustStoreSummary.Builder,TrustStoreSummary> 
- 
Method SummaryModifier and TypeMethodDescriptiontrustStoreArn(String trustStoreArn) The ARN of the trust store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
trustStoreArnThe 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.
 
 
-