Class XksProxyConfigurationType
- java.lang.Object
-
- software.amazon.awssdk.services.kms.model.XksProxyConfigurationType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<XksProxyConfigurationType.Builder,XksProxyConfigurationType>
@Generated("software.amazon.awssdk:codegen") public final class XksProxyConfigurationType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<XksProxyConfigurationType.Builder,XksProxyConfigurationType>
Detailed information about the external key store proxy (XKS proxy). Your external key store proxy translates KMS requests into a format that your external key manager can understand. These fields appear in a DescribeCustomKeyStores response only when the
CustomKeyStoreTypeisEXTERNAL_KEY_STORE.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceXksProxyConfigurationType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessKeyId()The part of the external key store proxy authentication credential that uniquely identifies the secret access key.static XksProxyConfigurationType.Builderbuilder()XksProxyConnectivityTypeconnectivity()Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.StringconnectivityAsString()Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends XksProxyConfigurationType.Builder>serializableBuilderClass()XksProxyConfigurationType.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuriEndpoint()The URI endpoint for the external key store proxy.StringuriPath()The path to the external key store proxy APIs.StringvpcEndpointServiceName()The Amazon VPC endpoint service used to communicate with the external key store proxy.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectivity
public final XksProxyConnectivityType connectivity()
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
If the service returns an enum value that is not available in the current SDK version,
connectivitywill returnXksProxyConnectivityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectivityAsString().- Returns:
- Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
- See Also:
XksProxyConnectivityType
-
connectivityAsString
public final String connectivityAsString()
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
If the service returns an enum value that is not available in the current SDK version,
connectivitywill returnXksProxyConnectivityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectivityAsString().- Returns:
- Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
- See Also:
XksProxyConnectivityType
-
accessKeyId
public final String accessKeyId()
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
- Returns:
- The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
-
uriEndpoint
public final 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.
- Returns:
- 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.
-
uriPath
public final String uriPath()
The path to the external key store proxy APIs.
- Returns:
- The path to the external key store proxy APIs.
-
vpcEndpointServiceName
public final 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.
- Returns:
- 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.
-
toBuilder
public XksProxyConfigurationType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<XksProxyConfigurationType.Builder,XksProxyConfigurationType>
-
builder
public static XksProxyConfigurationType.Builder builder()
-
serializableBuilderClass
public static Class<? extends XksProxyConfigurationType.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-