Uses of Interface
software.amazon.awssdk.services.macie2.model.AutomatedDiscoveryAccount.Builder
-
Packages that use AutomatedDiscoveryAccount.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AutomatedDiscoveryAccount.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AutomatedDiscoveryAccount.Builder Modifier and Type Method Description AutomatedDiscoveryAccount.BuilderAutomatedDiscoveryAccount.Builder. accountId(String accountId)The Amazon Web Services account ID for the account.static AutomatedDiscoveryAccount.BuilderAutomatedDiscoveryAccount. builder()AutomatedDiscoveryAccount.BuilderAutomatedDiscoveryAccount.Builder. status(String status)The current status of automated sensitive data discovery for the account.AutomatedDiscoveryAccount.BuilderAutomatedDiscoveryAccount.Builder. status(AutomatedDiscoveryAccountStatus status)The current status of automated sensitive data discovery for the account.AutomatedDiscoveryAccount.BuilderAutomatedDiscoveryAccount. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AutomatedDiscoveryAccount.Builder Modifier and Type Method Description static Class<? extends AutomatedDiscoveryAccount.Builder>AutomatedDiscoveryAccount. serializableBuilderClass()
-