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
Modifier and TypeMethodDescriptionThe name of the trust store.numberOfCaCertificates
(Integer numberOfCaCertificates) The number of ca certificates in the trust store.The current status of the trust store.status
(TrustStoreStatus status) The current status of the trust store.totalRevokedEntries
(Long totalRevokedEntries) The number of revoked certificates in the trust store.trustStoreArn
(String trustStoreArn) The Amazon Resource Name (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, sdkFields
-
Method Details
-
name
The name of the trust store.
- Parameters:
name
- The name of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreArn
The Amazon Resource Name (ARN) of the trust store.
- Parameters:
trustStoreArn
- The Amazon Resource Name (ARN) of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the trust store.
- Parameters:
status
- The current status of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the trust store.
- Parameters:
status
- The current status of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberOfCaCertificates
The number of ca certificates in the trust store.
- Parameters:
numberOfCaCertificates
- The number of ca certificates in the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalRevokedEntries
The number of revoked certificates in the trust store.
- Parameters:
totalRevokedEntries
- The number of revoked certificates in the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-