Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder
-
Packages that use AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder Modifier and Type Method Description static AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.BuilderAwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails. builder()AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.BuilderAwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder. dataVolumeKMSKeyId(String dataVolumeKMSKeyId)The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest.AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.BuilderAwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder Modifier and Type Method Description static Class<? extends AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder>AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder Modifier and Type Method Description default AwsMskClusterClusterInfoEncryptionInfoDetails.BuilderAwsMskClusterClusterInfoEncryptionInfoDetails.Builder. encryptionAtRest(Consumer<AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder> encryptionAtRest)The data-volume encryption details.
-