Interface XksProxyConfigurationType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<XksProxyConfigurationType.Builder,XksProxyConfigurationType>, SdkBuilder<XksProxyConfigurationType.Builder,XksProxyConfigurationType>, SdkPojo
Enclosing class:
XksProxyConfigurationType

@Mutable @NotThreadSafe public static interface XksProxyConfigurationType.Builder extends SdkPojo, CopyableBuilder<XksProxyConfigurationType.Builder,XksProxyConfigurationType>
  • Method Details

    • connectivity

      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.

      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

      XksProxyConfigurationType.Builder accessKeyId(String 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

      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.

      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

      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.

      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

      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). 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.