Uses of Interface
software.amazon.awssdk.services.kms.model.XksProxyConfigurationType.Builder
Packages that use XksProxyConfigurationType.Builder
-
Uses of XksProxyConfigurationType.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return XksProxyConfigurationType.BuilderModifier and TypeMethodDescriptionXksProxyConfigurationType.Builder.accessKeyId(String accessKeyId) The part of the external key store proxy authentication credential that uniquely identifies the secret access key.XksProxyConfigurationType.builder()XksProxyConfigurationType.Builder.connectivity(String connectivity) Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.XksProxyConfigurationType.Builder.connectivity(XksProxyConnectivityType connectivity) Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.XksProxyConfigurationType.toBuilder()XksProxyConfigurationType.Builder.uriEndpoint(String uriEndpoint) The URI endpoint for the external key store proxy.The path to the external key store proxy APIs.XksProxyConfigurationType.Builder.vpcEndpointServiceName(String vpcEndpointServiceName) The Amazon VPC endpoint service used to communicate with the external key store proxy.XksProxyConfigurationType.Builder.vpcEndpointServiceOwner(String vpcEndpointServiceOwner) The Amazon Web Services account ID that owns the Amazon VPC endpoint service used to communicate with the external key store proxy (XKS).Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type XksProxyConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends XksProxyConfigurationType.Builder>XksProxyConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type XksProxyConfigurationType.BuilderModifier and TypeMethodDescriptiondefault CustomKeyStoresListEntry.BuilderCustomKeyStoresListEntry.Builder.xksProxyConfiguration(Consumer<XksProxyConfigurationType.Builder> xksProxyConfiguration) Configuration settings for the external key store proxy (XKS proxy).