Interface TrustStoreSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrustStoreSummary.Builder,TrustStoreSummary>,SdkBuilder<TrustStoreSummary.Builder,TrustStoreSummary>,SdkPojo
- Enclosing class:
- TrustStoreSummary
public static interface TrustStoreSummary.Builder extends SdkPojo, CopyableBuilder<TrustStoreSummary.Builder,TrustStoreSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustStoreSummary.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
-
trustStoreArn
TrustStoreSummary.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.
-
-