Uses of Interface
software.amazon.awssdk.services.kms.model.CustomKeyStoresListEntry.Builder
Packages that use CustomKeyStoresListEntry.Builder
-
Uses of CustomKeyStoresListEntry.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return CustomKeyStoresListEntry.BuilderModifier and TypeMethodDescriptionCustomKeyStoresListEntry.builder()CustomKeyStoresListEntry.Builder.cloudHsmClusterId(String cloudHsmClusterId) A unique identifier for the CloudHSM cluster that is associated with an CloudHSM key store.CustomKeyStoresListEntry.Builder.connectionErrorCode(String connectionErrorCode) Describes the connection error.CustomKeyStoresListEntry.Builder.connectionErrorCode(ConnectionErrorCodeType connectionErrorCode) Describes the connection error.CustomKeyStoresListEntry.Builder.connectionState(String connectionState) Indicates whether the custom key store is connected to its backing key store.CustomKeyStoresListEntry.Builder.connectionState(ConnectionStateType connectionState) Indicates whether the custom key store is connected to its backing key store.CustomKeyStoresListEntry.Builder.creationDate(Instant creationDate) The date and time when the custom key store was created.CustomKeyStoresListEntry.Builder.customKeyStoreId(String customKeyStoreId) A unique identifier for the custom key store.CustomKeyStoresListEntry.Builder.customKeyStoreName(String customKeyStoreName) The user-specified friendly name for the custom key store.CustomKeyStoresListEntry.Builder.customKeyStoreType(String customKeyStoreType) Indicates the type of the custom key store.CustomKeyStoresListEntry.Builder.customKeyStoreType(CustomKeyStoreType customKeyStoreType) Indicates the type of the custom key store.CustomKeyStoresListEntry.toBuilder()CustomKeyStoresListEntry.Builder.trustAnchorCertificate(String trustAnchorCertificate) The trust anchor certificate of the CloudHSM cluster associated with an CloudHSM key store.default CustomKeyStoresListEntry.BuilderCustomKeyStoresListEntry.Builder.xksProxyConfiguration(Consumer<XksProxyConfigurationType.Builder> xksProxyConfiguration) Configuration settings for the external key store proxy (XKS proxy).CustomKeyStoresListEntry.Builder.xksProxyConfiguration(XksProxyConfigurationType xksProxyConfiguration) Configuration settings for the external key store proxy (XKS proxy).Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type CustomKeyStoresListEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomKeyStoresListEntry.Builder>CustomKeyStoresListEntry.serializableBuilderClass()