public static interface XksProxyConfigurationType.Builder extends SdkPojo, CopyableBuilder<XksProxyConfigurationType.Builder,XksProxyConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
XksProxyConfigurationType.Builder |
accessKeyId(String accessKeyId)
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
|
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.Builder |
uriEndpoint(String uriEndpoint)
The URI endpoint for the external key store proxy.
|
XksProxyConfigurationType.Builder |
uriPath(String uriPath)
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildXksProxyConfigurationType.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.
connectivity - Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint
service to communicate with KMS.XksProxyConnectivityType,
XksProxyConnectivityTypeXksProxyConfigurationType.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.
connectivity - Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint
service to communicate with KMS.XksProxyConnectivityType,
XksProxyConnectivityTypeXksProxyConfigurationType.Builder accessKeyId(String accessKeyId)
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
accessKeyId - The part of the external key store proxy authentication credential that uniquely identifies the secret access key.XksProxyConfigurationType.Builder uriEndpoint(String uriEndpoint)
The URI endpoint for the external key store proxy.
If the external key store proxy has a public endpoint, it is displayed here.
If the external key store proxy uses an Amazon VPC endpoint service name, this field displays the private DNS name associated with the VPC endpoint service.
uriEndpoint - The URI endpoint for the external key store proxy.
If the external key store proxy has a public endpoint, it is displayed here.
If the external key store proxy uses an Amazon VPC endpoint service name, this field displays the private DNS name associated with the VPC endpoint service.
XksProxyConfigurationType.Builder uriPath(String uriPath)
The path to the external key store proxy APIs.
uriPath - 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. This field appears only when the external key store proxy uses an Amazon VPC endpoint service to communicate with KMS.
vpcEndpointServiceName - The Amazon VPC endpoint service used to communicate with the external key store proxy. This field
appears only when the external key store proxy uses an Amazon VPC endpoint service to communicate with
KMS.Copyright © 2023. All rights reserved.