Uses of Interface
software.amazon.awssdk.services.macie2.model.AutomatedDiscoveryAccountUpdateError.Builder
-
Packages that use AutomatedDiscoveryAccountUpdateError.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AutomatedDiscoveryAccountUpdateError.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AutomatedDiscoveryAccountUpdateError.Builder Modifier and Type Method Description AutomatedDiscoveryAccountUpdateError.BuilderAutomatedDiscoveryAccountUpdateError.Builder. accountId(String accountId)The Amazon Web Services account ID for the account that the request applied to.static AutomatedDiscoveryAccountUpdateError.BuilderAutomatedDiscoveryAccountUpdateError. builder()AutomatedDiscoveryAccountUpdateError.BuilderAutomatedDiscoveryAccountUpdateError.Builder. errorCode(String errorCode)The error code for the error that caused the request to fail for the account (accountId).AutomatedDiscoveryAccountUpdateError.BuilderAutomatedDiscoveryAccountUpdateError.Builder. errorCode(AutomatedDiscoveryAccountUpdateErrorCode errorCode)The error code for the error that caused the request to fail for the account (accountId).AutomatedDiscoveryAccountUpdateError.BuilderAutomatedDiscoveryAccountUpdateError. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AutomatedDiscoveryAccountUpdateError.Builder Modifier and Type Method Description static Class<? extends AutomatedDiscoveryAccountUpdateError.Builder>AutomatedDiscoveryAccountUpdateError. serializableBuilderClass()
-