| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static RevealConfiguration.Builder |
RevealConfiguration.builder() |
RevealConfiguration.Builder |
RevealConfiguration.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.Builder |
RevealConfiguration.Builder.status(RevealStatus status)
The status of the configuration for the Amazon Macie account.
|
RevealConfiguration.Builder |
RevealConfiguration.Builder.status(String status)
The status of the configuration for the Amazon Macie account.
|
RevealConfiguration.Builder |
RevealConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RevealConfiguration.Builder> |
RevealConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateRevealConfigurationResponse.Builder |
UpdateRevealConfigurationResponse.Builder.configuration(Consumer<RevealConfiguration.Builder> configuration)
The new configuration settings and the status of the configuration for the account.
|
default GetRevealConfigurationResponse.Builder |
GetRevealConfigurationResponse.Builder.configuration(Consumer<RevealConfiguration.Builder> configuration)
The current configuration settings and the status of the configuration for the account.
|
default UpdateRevealConfigurationRequest.Builder |
UpdateRevealConfigurationRequest.Builder.configuration(Consumer<RevealConfiguration.Builder> configuration)
The new configuration settings and the status of the configuration for the account.
|
Copyright © 2023. All rights reserved.