Class UpdateDataSecurityConfig
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.UpdateDataSecurityConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateDataSecurityConfig.Builder,UpdateDataSecurityConfig>
@Generated("software.amazon.awssdk:codegen") public final class UpdateDataSecurityConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateDataSecurityConfig.Builder,UpdateDataSecurityConfig>
Data security configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateDataSecurityConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDataSecurityConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelKmsKeyId()ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models.List<SdkField<?>>sdkFields()static Class<? extends UpdateDataSecurityConfig.Builder>serializableBuilderClass()UpdateDataSecurityConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvolumeKmsKeyId()ID for the KMS key that Amazon Comprehend uses to encrypt the volume.VpcConfigvpcConfig()Returns the value of the VpcConfig property for this object.-
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
-
modelKmsKeyId
public final String modelKmsKeyId()
ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:
-
KMS Key ID:
"1234abcd-12ab-34cd-56ef-1234567890ab" -
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
- Returns:
- ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be
either of the following formats:
-
KMS Key ID:
"1234abcd-12ab-34cd-56ef-1234567890ab" -
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
-
-
-
volumeKmsKeyId
public final String volumeKmsKeyId()
ID for the KMS key that Amazon Comprehend uses to encrypt the volume.
- Returns:
- ID for the KMS key that Amazon Comprehend uses to encrypt the volume.
-
vpcConfig
public final VpcConfig vpcConfig()
Returns the value of the VpcConfig property for this object.- Returns:
- The value of the VpcConfig property for this object.
-
toBuilder
public UpdateDataSecurityConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateDataSecurityConfig.Builder,UpdateDataSecurityConfig>
-
builder
public static UpdateDataSecurityConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateDataSecurityConfig.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.
-
-