Class Encryption
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Encryption.Builder,Encryption>
Contains the type of server-side encryption used.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Encryption.Builderbuilder()final ServerSideEncryptionThe server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,aws:kms).final StringThe server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,aws:kms).final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringIf the encryption type isaws:kms, this optional value can be used to specify the encryption context for the restore results.final StringkmsKeyId()If the encryption type isaws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results.static Class<? extends Encryption.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
encryptionType
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
aws:kms).If the service returns an enum value that is not available in the current SDK version,
encryptionTypewill returnServerSideEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionTypeAsString().- Returns:
- The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
aws:kms). - See Also:
-
encryptionTypeAsString
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
aws:kms).If the service returns an enum value that is not available in the current SDK version,
encryptionTypewill returnServerSideEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionTypeAsString().- Returns:
- The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
aws:kms). - See Also:
-
kmsKeyId
If the encryption type is
aws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Amazon Web Services Key Management Service Developer Guide.- Returns:
- If the encryption type is
aws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Amazon Web Services Key Management Service Developer Guide.
-
kmsContext
If the encryption type is
aws:kms, this optional value can be used to specify the encryption context for the restore results.- Returns:
- If the encryption type is
aws:kms, this optional value can be used to specify the encryption context for the restore results.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Encryption.Builder,Encryption>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-