Interface EncryptionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionConfiguration.Builder,
,EncryptionConfiguration> SdkBuilder<EncryptionConfiguration.Builder,
,EncryptionConfiguration> SdkPojo
- Enclosing class:
EncryptionConfiguration
@Mutable
@NotThreadSafe
public static interface EncryptionConfiguration.Builder
extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionIf the investigation group uses a customer managed key for encryption, this field displays the ID of that key.Displays whether investigation data is encrypted by a customer managed key or an Amazon Web Services owned kay.Displays whether investigation data is encrypted by a customer managed key or an Amazon Web Services owned kay.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, sdkFieldNameToField, sdkFields
-
Method Details
-
type
Displays whether investigation data is encrypted by a customer managed key or an Amazon Web Services owned kay.
- Parameters:
type
- Displays whether investigation data is encrypted by a customer managed key or an Amazon Web Services owned kay.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Displays whether investigation data is encrypted by a customer managed key or an Amazon Web Services owned kay.
- Parameters:
type
- Displays whether investigation data is encrypted by a customer managed key or an Amazon Web Services owned kay.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyId
If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.
- Parameters:
kmsKeyId
- If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-