static CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.builder() |
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.cloudHsmClusterId(String cloudHsmClusterId) |
A unique identifier for the CloudHSM cluster that is associated with an CloudHSM key store.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.connectionErrorCode(String connectionErrorCode) |
Describes the connection error.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.connectionErrorCode(ConnectionErrorCodeType connectionErrorCode) |
Describes the connection error.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.connectionState(String connectionState) |
Indicates whether the custom key store is connected to its backing key store.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.connectionState(ConnectionStateType connectionState) |
Indicates whether the custom key store is connected to its backing key store.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.creationDate(Instant creationDate) |
The date and time when the custom key store was created.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.customKeyStoreId(String customKeyStoreId) |
A unique identifier for the custom key store.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.customKeyStoreName(String customKeyStoreName) |
The user-specified friendly name for the custom key store.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.customKeyStoreType(String customKeyStoreType) |
Indicates the type of the custom key store.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.customKeyStoreType(CustomKeyStoreType customKeyStoreType) |
Indicates the type of the custom key store.
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.toBuilder() |
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.trustAnchorCertificate(String trustAnchorCertificate) |
The trust anchor certificate of the CloudHSM cluster associated with an CloudHSM key store.
|
default CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.xksProxyConfiguration(Consumer<XksProxyConfigurationType.Builder> xksProxyConfiguration) |
Configuration settings for the external key store proxy (XKS proxy).
|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.xksProxyConfiguration(XksProxyConfigurationType xksProxyConfiguration) |
Configuration settings for the external key store proxy (XKS proxy).
|