Interface FieldLevelEncryptionProfileConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FieldLevelEncryptionProfileConfig.Builder,,- FieldLevelEncryptionProfileConfig> - SdkBuilder<FieldLevelEncryptionProfileConfig.Builder,,- FieldLevelEncryptionProfileConfig> - SdkPojo
- Enclosing class:
- FieldLevelEncryptionProfileConfig
- 
Method SummaryModifier and TypeMethodDescriptioncallerReference(String callerReference) A unique number that ensures that the request can't be replayed.An optional comment for the field-level encryption profile.encryptionEntities(Consumer<EncryptionEntities.Builder> encryptionEntities) A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.encryptionEntities(EncryptionEntities encryptionEntities) A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.Profile name for the field-level encryption profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameProfile name for the field-level encryption profile. - Parameters:
- name- Profile name for the field-level encryption profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
callerReferenceA unique number that ensures that the request can't be replayed. - Parameters:
- callerReference- A unique number that ensures that the request can't be replayed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
commentAn optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters. - Parameters:
- comment- An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
encryptionEntitiesA complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key. - Parameters:
- encryptionEntities- A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
encryptionEntitiesdefault FieldLevelEncryptionProfileConfig.Builder encryptionEntities(Consumer<EncryptionEntities.Builder> encryptionEntities) A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key. This is a convenience method that creates an instance of theEncryptionEntities.Builderavoiding the need to create one manually viaEncryptionEntities.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionEntities(EncryptionEntities).- Parameters:
- encryptionEntities- a consumer that will call methods on- EncryptionEntities.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-