Uses of Interface
software.amazon.awssdk.services.macie2.model.RevealConfiguration.Builder
-
Packages that use RevealConfiguration.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of RevealConfiguration.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return RevealConfiguration.Builder Modifier and Type Method Description static RevealConfiguration.BuilderRevealConfiguration. builder()RevealConfiguration.BuilderRevealConfiguration.Builder. kmsKeyId(String kmsKeyId)The Amazon Resource Name (ARN), ID, or alias of the KMS key to use to encrypt sensitive data that's retrieved.RevealConfiguration.BuilderRevealConfiguration.Builder. status(String status)The status of the configuration for the Amazon Macie account.RevealConfiguration.BuilderRevealConfiguration.Builder. status(RevealStatus status)The status of the configuration for the Amazon Macie account.RevealConfiguration.BuilderRevealConfiguration. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type RevealConfiguration.Builder Modifier and Type Method Description static Class<? extends RevealConfiguration.Builder>RevealConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type RevealConfiguration.Builder Modifier and Type Method Description default GetRevealConfigurationResponse.BuilderGetRevealConfigurationResponse.Builder. configuration(Consumer<RevealConfiguration.Builder> configuration)The KMS key that's used to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.default UpdateRevealConfigurationRequest.BuilderUpdateRevealConfigurationRequest.Builder. configuration(Consumer<RevealConfiguration.Builder> configuration)The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.default UpdateRevealConfigurationResponse.BuilderUpdateRevealConfigurationResponse.Builder. configuration(Consumer<RevealConfiguration.Builder> configuration)The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
-