Uses of Interface
software.amazon.awssdk.services.macie2.model.AdminAccount.Builder
-
Packages that use AdminAccount.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AdminAccount.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AdminAccount.Builder Modifier and Type Method Description AdminAccount.BuilderAdminAccount.Builder. accountId(String accountId)The Amazon Web Services account ID for the account.static AdminAccount.BuilderAdminAccount. builder()AdminAccount.BuilderAdminAccount.Builder. status(String status)The current status of the account as the delegated Amazon Macie administrator account for the organization.AdminAccount.BuilderAdminAccount.Builder. status(AdminStatus status)The current status of the account as the delegated Amazon Macie administrator account for the organization.AdminAccount.BuilderAdminAccount. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AdminAccount.Builder Modifier and Type Method Description static Class<? extends AdminAccount.Builder>AdminAccount. serializableBuilderClass()
-