Interface XksProxyConfigurationType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<XksProxyConfigurationType.Builder,,XksProxyConfigurationType> SdkBuilder<XksProxyConfigurationType.Builder,,XksProxyConfigurationType> SdkPojo
- Enclosing class:
- XksProxyConfigurationType
-
Method Summary
Modifier and TypeMethodDescriptionaccessKeyId(String accessKeyId) The part of the external key store proxy authentication credential that uniquely identifies the secret access key.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(XksProxyConnectivityType connectivity) Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.uriEndpoint(String uriEndpoint) The URI endpoint for the external key store proxy.The path to the external key store proxy APIs.vpcEndpointServiceName(String vpcEndpointServiceName) The Amazon VPC endpoint service used to communicate with the external key store proxy.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 inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
connectivity
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
- Parameters:
connectivity- Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectivity
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
- Parameters:
connectivity- Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessKeyId
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
- Parameters:
accessKeyId- The part of the external key store proxy authentication credential that uniquely identifies the secret access key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uriPath
The path to the external key store proxy APIs.
- Parameters:
uriPath- The path to the external key store proxy APIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointServiceOwner
The Amazon Web Services account ID that owns the Amazon VPC endpoint service used to communicate with the external key store proxy (XKS). This field appears only when the XKS uses an VPC endpoint service to communicate with KMS.
- Parameters:
vpcEndpointServiceOwner- The Amazon Web Services account ID that owns the Amazon VPC endpoint service used to communicate with the external key store proxy (XKS). This field appears only when the XKS uses an VPC endpoint service to communicate with KMS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-