Uses of Interface
software.amazon.awssdk.services.kms.model.CreateCustomKeyStoreRequest.Builder
Packages that use CreateCustomKeyStoreRequest.Builder
Package
Description
-
Uses of CreateCustomKeyStoreRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type CreateCustomKeyStoreRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest) Creates a custom key store backed by a key store that you own and manage.default CreateCustomKeyStoreResponseKmsClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest) Creates a custom key store backed by a key store that you own and manage. -
Uses of CreateCustomKeyStoreRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return CreateCustomKeyStoreRequest.BuilderModifier and TypeMethodDescriptionCreateCustomKeyStoreRequest.builder()CreateCustomKeyStoreRequest.Builder.cloudHsmClusterId(String cloudHsmClusterId) Identifies the CloudHSM cluster for an CloudHSM key store.CreateCustomKeyStoreRequest.Builder.customKeyStoreName(String customKeyStoreName) Specifies a friendly name for the custom key store.CreateCustomKeyStoreRequest.Builder.customKeyStoreType(String customKeyStoreType) Specifies the type of custom key store.CreateCustomKeyStoreRequest.Builder.customKeyStoreType(CustomKeyStoreType customKeyStoreType) Specifies the type of custom key store.CreateCustomKeyStoreRequest.Builder.keyStorePassword(String keyStorePassword) Specifies thekmsuserpassword for an CloudHSM key store.CreateCustomKeyStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateCustomKeyStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateCustomKeyStoreRequest.toBuilder()CreateCustomKeyStoreRequest.Builder.trustAnchorCertificate(String trustAnchorCertificate) Specifies the certificate for an CloudHSM key store.CreateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(Consumer<XksProxyAuthenticationCredentialType.Builder> xksProxyAuthenticationCredential) Specifies an authentication credential for the external key store proxy (XKS proxy).CreateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential) Specifies an authentication credential for the external key store proxy (XKS proxy).CreateCustomKeyStoreRequest.Builder.xksProxyConnectivity(String xksProxyConnectivity) Indicates how KMS communicates with the external key store proxy.CreateCustomKeyStoreRequest.Builder.xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity) Indicates how KMS communicates with the external key store proxy.CreateCustomKeyStoreRequest.Builder.xksProxyUriEndpoint(String xksProxyUriEndpoint) Specifies the endpoint that KMS uses to send requests to the external key store proxy (XKS proxy).CreateCustomKeyStoreRequest.Builder.xksProxyUriPath(String xksProxyUriPath) Specifies the base path to the proxy APIs for this external key store.CreateCustomKeyStoreRequest.Builder.xksProxyVpcEndpointServiceName(String xksProxyVpcEndpointServiceName) Specifies the name of the Amazon VPC endpoint service for interface endpoints that is used to communicate with your external key store proxy (XKS proxy).CreateCustomKeyStoreRequest.Builder.xksProxyVpcEndpointServiceOwner(String xksProxyVpcEndpointServiceOwner) Specifies the Amazon Web Services account ID that owns the Amazon VPC service endpoint for the interface that is used to communicate with your external key store proxy (XKS proxy).Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type CreateCustomKeyStoreRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateCustomKeyStoreRequest.Builder>CreateCustomKeyStoreRequest.serializableBuilderClass()