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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XksProxyConfigurationType.BuilderaccessKeyId(String accessKeyId)The part of the external key store proxy authentication credential that uniquely identifies the secret access key.XksProxyConfigurationType.Builderconnectivity(String connectivity)Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.XksProxyConfigurationType.Builderconnectivity(XksProxyConnectivityType connectivity)Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.XksProxyConfigurationType.BuilderuriEndpoint(String uriEndpoint)The URI endpoint for the external key store proxy.XksProxyConfigurationType.BuilderuriPath(String uriPath)The path to the external key store proxy APIs.XksProxyConfigurationType.BuildervpcEndpointServiceName(String vpcEndpointServiceName)The Amazon VPC endpoint service used to communicate with the external key store proxy.XksProxyConfigurationType.BuildervpcEndpointServiceOwner(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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:
XksProxyConnectivityType,XksProxyConnectivityType
-
connectivity
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.
- 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:
XksProxyConnectivityType,XksProxyConnectivityType
-
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
XksProxyConfigurationType.Builder uriPath(String 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.
-
-