Interface FieldLevelEncryption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FieldLevelEncryption.Builder,
,FieldLevelEncryption> SdkBuilder<FieldLevelEncryption.Builder,
,FieldLevelEncryption> SdkPojo
- Enclosing class:
FieldLevelEncryption
public static interface FieldLevelEncryption.Builder
extends SdkPojo, CopyableBuilder<FieldLevelEncryption.Builder,FieldLevelEncryption>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FieldLevelEncryption.Builder
fieldLevelEncryptionConfig
(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig) A complex data type that includes the profile configurations specified for field-level encryption.fieldLevelEncryptionConfig
(FieldLevelEncryptionConfig fieldLevelEncryptionConfig) A complex data type that includes the profile configurations specified for field-level encryption.The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.lastModifiedTime
(Instant lastModifiedTime) The last time the field-level encryption configuration was changed.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, sdkFields
-
Method Details
-
id
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
- Parameters:
id
- The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The last time the field-level encryption configuration was changed.
- Parameters:
lastModifiedTime
- The last time the field-level encryption configuration was changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldLevelEncryptionConfig
FieldLevelEncryption.Builder fieldLevelEncryptionConfig(FieldLevelEncryptionConfig fieldLevelEncryptionConfig) A complex data type that includes the profile configurations specified for field-level encryption.
- Parameters:
fieldLevelEncryptionConfig
- A complex data type that includes the profile configurations specified for field-level encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldLevelEncryptionConfig
default FieldLevelEncryption.Builder fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig) A complex data type that includes the profile configurations specified for field-level encryption.
This is a convenience method that creates an instance of theFieldLevelEncryptionConfig.Builder
avoiding the need to create one manually viaFieldLevelEncryptionConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldLevelEncryptionConfig(FieldLevelEncryptionConfig)
.- Parameters:
fieldLevelEncryptionConfig
- a consumer that will call methods onFieldLevelEncryptionConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-