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